From 0dfbb37bfeae6376ddbff7362dd978365fc08b02 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:26:38 +0900 Subject: [PATCH] off on-shadow --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index f5154a7e..1d0837d5 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -56,6 +56,7 @@ module.exports = { 'no-param-reassign': 0, 'no-plusplus': 0, 'no-redeclare': 0, + 'no-shadow': 0, 'no-tabs': 0, 'no-ternary': 0, 'no-undefined': 0,