diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 978c5519..be35f938 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -61,7 +61,6 @@ module.exports = { 'no-param-reassign': 0, 'no-plusplus': 0, 'no-redeclare': 0, - 'no-shadow': 0, 'no-tabs': 0, 'no-ternary': 0, 'no-underscore-dangle': 0,