From a1c681625f40962b0c4ce7fcc4d5d1923ddb690f Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:30:04 +0900 Subject: [PATCH] no-invalid-this off --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 1d0837d5..c78d3514 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -51,6 +51,7 @@ module.exports = { allowEmptyCatch: true } ], + 'no-invalid-this': 0, 'no-magic-numbers': 0, 'no-mixed-operators': 0, 'no-param-reassign': 0,