Skip to content

Commit 5744311

Browse files
authored
feat: no-param-reassign
* feat: no-param-reassign * feat: no-param-reassign * chore: why no errors? * chore: back to warn
1 parent 833a97b commit 5744311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
"no-multiple-empty-lines": "error",
3333
"no-new-wrappers": "error",
3434
"no-octal-escape": "error",
35+
"no-param-reassign": ["warn", { props: true }],
3536
"no-restricted-imports": [
3637
"error",
3738
{

0 commit comments

Comments
 (0)