Skip to content

Commit

Permalink
feat: no-param-reassign
Browse files Browse the repository at this point in the history
* feat: no-param-reassign

* feat: no-param-reassign

* chore: why no errors?

* chore: back to warn
  • Loading branch information
mshanemc authored Apr 4, 2024
1 parent 833a97b commit 5744311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
"no-multiple-empty-lines": "error",
"no-new-wrappers": "error",
"no-octal-escape": "error",
"no-param-reassign": ["warn", { props: true }],
"no-restricted-imports": [
"error",
{
Expand Down

0 comments on commit 5744311

Please sign in to comment.