Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 9, 2024
1 parent 7dec07a commit 100022f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,11 @@ module.exports = {
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
'@typescript-eslint/no-unnecessary-type-constraint': 'error',

// TODO: Enable at some point. Currently disabled because it's marked as unstable.
// https://typescript-eslint.io/rules/no-unnecessary-type-parameters/
// '@typescript-eslint/no-unnecessary-type-parameters': 'error',

'@typescript-eslint/no-unsafe-argument': 'error',
'@typescript-eslint/no-unsafe-assignment': 'error',
'@typescript-eslint/no-unsafe-call': 'error',
Expand Down

0 comments on commit 100022f

Please sign in to comment.