diff --git a/.eslintrc.js b/.eslintrc.js index 9f88aa7..524585d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,7 +33,7 @@ module.exports = { 'no-eval': 'off', 'no-await-in-loop': 'off', 'no-nested-ternary': 'off', - 'no-param-reassign': 'off', + 'no-param-reassign': ["error", { "props": false }], 'prefer-destructuring': 'off', '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], 'import/extensions': [