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 611f4d9 commit d4b626bCopy full SHA for d4b626b
eslint.config.mjs
@@ -128,7 +128,8 @@ export default [
128
'@typescript-eslint/no-confusing-void-expression': 'off',
129
'no-inline-comments': 'off',
130
'func-style': 'off',
131
- '@typescript-eslint/no-unsafe-type-assertion': 'off'
+ '@typescript-eslint/no-unsafe-type-assertion': 'off',
132
+ '@stylistic/type-generic-spacing': 'off'
133
}
134
135
];
0 commit comments