Skip to content

Commit

Permalink
Merge pull request #41 from MailOnline/feat/remove-parameter-properties
Browse files Browse the repository at this point in the history
feat: 🎸 remove parameter-properties rule
  • Loading branch information
diegomansua authored Jun 14, 2024
2 parents 656b66d + 2b7e72c commit 32cdfb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const rules = {
}
],
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/parameter-properties': 'error',
'@typescript-eslint/prefer-for-of': 'error',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/restrict-plus-operands': 'error',
Expand Down

0 comments on commit 32cdfb3

Please sign in to comment.