Skip to content

Commit d99ccbe

Browse files
committed
Add @stylistic/type-generic-spacing rule
https://eslint.style/rules/plus/type-generic-spacing
1 parent 1f59ada commit d99ccbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ const rules = {
660660
}
661661
],
662662
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
663+
'@stylistic/type-generic-spacing': 'error',
663664

664665
// 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
665666
'no-undef': 'off',

0 commit comments

Comments
 (0)