Skip to content

Commit 100022f

Browse files
committed
Tweaks
1 parent 7dec07a commit 100022f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,11 @@ module.exports = {
533533
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
534534
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
535535
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
536+
537+
// TODO: Enable at some point. Currently disabled because it's marked as unstable.
538+
// https://typescript-eslint.io/rules/no-unnecessary-type-parameters/
539+
// '@typescript-eslint/no-unnecessary-type-parameters': 'error',
540+
536541
'@typescript-eslint/no-unsafe-argument': 'error',
537542
'@typescript-eslint/no-unsafe-assignment': 'error',
538543
'@typescript-eslint/no-unsafe-call': 'error',

0 commit comments

Comments
 (0)