Skip to content

Commit

Permalink
Disable new rule which is too strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Dec 4, 2023
1 parent d190c2a commit 0951369
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 @@ -5,5 +5,6 @@ module.exports = {
},
rules: {
'@typescript-eslint/prefer-destructuring': 'off', // The commons universal ESLint configuration already uses "prefer-destructuring" and this extended version is not needed.
'@typescript-eslint/max-params': 'off', // It is sometimes necessary to have enough arguments. This rule is too strict.
},
};

0 comments on commit 0951369

Please sign in to comment.