Explicitly indicate that "no-param-reassign" is allowed

This commit is contained in:
toasted-nutbread 2020-02-17 15:28:10 -05:00
parent c0d91bffc4
commit f1ccd52806

View File

@ -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",