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-named-tuple-spacing
1 parent d99ccbe commit 1118805Copy full SHA for 1118805
index.js
@@ -661,6 +661,7 @@ const rules = {
661
],
662
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
663
'@stylistic/type-generic-spacing': 'error',
664
+ '@stylistic/type-named-tuple-spacing': 'error',
665
666
// 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
667
'no-undef': 'off',
0 commit comments