From f66c408fd2a5a5081012b87761ae599d6270ce8d Mon Sep 17 00:00:00 2001 From: William Oldham Date: Mon, 18 Sep 2023 20:07:37 +0100 Subject: [PATCH] chore: change eslint param reassign --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': [