Skip to content

Commit

Permalink
Increasing max amount of allowed parameters per constructor from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
beluamat29 committed Nov 18, 2024
1 parent 78a7cd0 commit 85d8dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default [
'max-lines': 'error',
'max-lines-per-function': 'error',
'max-nested-callbacks': 'error',
'max-params': 'error',
'max-params': ['error', { max: 4 }],
'max-statements': 'error',
},
},
Expand Down

0 comments on commit 85d8dd5

Please sign in to comment.