diff --git a/.eslintrc.js b/.eslintrc.js index bc94baf..8599317 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,7 +10,8 @@ module.exports = { 'react/jsx-filename-extension': ['off'], 'max-lines': ['error', {max: 600, skipBlankLines: true, skipComments: true}], "import/prefer-default-export": ['off'], - "import/named": ['error'] + "import/named": ['error'], + "no-param-reassign": ['off'] }, settings: { 'import/resolver': 'webpack'