Skip to content

Commit 154a741

Browse files
Remove redundant rule for 'no-param-reassign'
1 parent c65be21 commit 154a741

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/web/.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = {
2929
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
3030
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
3131
"max-len": ["error", { code: 200, tabWidth: 4 }],
32-
"no-param-reassign": [2, { "props": false }],
3332
"@typescript-eslint/camelcase": "off",
3433
"@typescript-eslint/no-use-before-define": "off",
3534
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],

0 commit comments

Comments
 (0)