Skip to content

Commit f5f2dcb

Browse files
committed
feat: disable param reassign without asking permission
1 parent 9168c0f commit f5f2dcb

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-4catalyzer

1 file changed

+1
-0
lines changed

packages/eslint-config-4catalyzer/rules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
},
1111
],
1212
'no-continue': 'off',
13+
'no-param-reassign': 'off',
1314
'no-mixed-operators': [
1415
'error',
1516
{

0 commit comments

Comments
 (0)