We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec07a commit 100022fCopy full SHA for 100022f
index.js
@@ -533,6 +533,11 @@ module.exports = {
533
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
534
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
535
'@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
541
'@typescript-eslint/no-unsafe-argument': 'error',
542
'@typescript-eslint/no-unsafe-assignment': 'error',
543
'@typescript-eslint/no-unsafe-call': 'error',
0 commit comments