diff options
-rw-r--r-- | modern/.eslintrc.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/.eslintrc.js b/modern/.eslintrc.js index 79a95b6f..20e3f4fb 100644 --- a/modern/.eslintrc.js +++ b/modern/.eslintrc.js @@ -9,6 +9,8 @@ module.exports = { ignorePatterns: ['build/', 'switcher.js', 'theme.js'], rules: { 'max-len': [0], + 'no-shadow': [0], + 'no-return-assign': [0], 'no-param-reassign': [0], 'no-prototype-builtins': [0], 'object-curly-newline': [1, { |