Skip to content

Commit

Permalink
feat: disable param reassign without asking permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 12, 2021
1 parent 9168c0f commit f5f2dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-4catalyzer/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
},
],
'no-continue': 'off',
'no-param-reassign': 'off',
'no-mixed-operators': [
'error',
{
Expand Down

0 comments on commit f5f2dcb

Please sign in to comment.