Skip to content

Commit

Permalink
update lint setting no-param-reassign
Browse files Browse the repository at this point in the history
  • Loading branch information
aoelen committed Aug 8, 2022
1 parent c6f6d91 commit f940ec9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,15 @@
2,
"as-needed"
],
"no-param-reassign": [
1,
{
"props": true,
"ignorePropertyModificationsFor": [
"state"
]
}
],
"import/no-unresolved": 0,
"indent": 0,
"operator-linebreak": 0,
Expand All @@ -233,7 +242,6 @@
"no-unused-vars": 1,
"no-await-in-loop": 1,
"no-nested-ternary": 1,
"no-param-reassign": 1,
"camelcase": 1,
"no-confusing-arrow": 1,
"no-prototype-builtins": 1,
Expand Down

0 comments on commit f940ec9

Please sign in to comment.