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.
no-unnecessary-type-arguments
1 parent 0329b2b commit f01d810Copy full SHA for f01d810
xo.config.js
@@ -25,6 +25,7 @@ const xoConfig = [
25
'@typescript-eslint/no-wrapper-object-types': 'off',
26
'@typescript-eslint/consistent-indexed-object-style': 'off',
27
'@typescript-eslint/unified-signatures': 'off', // Temp
28
+ '@typescript-eslint/no-unnecessary-type-arguments': 'off',
29
'@stylistic/quote-props': 'off',
30
'@stylistic/function-paren-newline': 'off',
31
'@stylistic/object-curly-newline': 'off',
0 commit comments