Explicitly indicate that "no-param-reassign" is allowed
This commit is contained in:
parent
c0d91bffc4
commit
f1ccd52806
@ -26,6 +26,7 @@
|
||||
"no-const-assign": "error",
|
||||
"no-constant-condition": "off",
|
||||
"no-global-assign": "error",
|
||||
"no-param-reassign": "off",
|
||||
"no-shadow": ["error", {"builtinGlobals": false}],
|
||||
"no-undef": "error",
|
||||
"no-unneeded-ternary": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user