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.
@stylistic/type-generic-spacing
1 parent 1f59ada commit d99ccbeCopy full SHA for d99ccbe
index.js
@@ -660,6 +660,7 @@ const rules = {
660
}
661
],
662
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
663
+ '@stylistic/type-generic-spacing': 'error',
664
665
// Disabled per typescript-eslint recommendation: https://github.com/typescript-eslint/typescript-eslint/blob/e26e43ffba96f6d46198b22f1c8dd5c814db2652/docs/getting-started/linting/FAQ.md#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
666
'no-undef': 'off',
0 commit comments