Skip to content

Commit f01d810

Browse files
committed
fix: disable no-unnecessary-type-arguments lint rule
1 parent 0329b2b commit f01d810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xo.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const xoConfig = [
2525
'@typescript-eslint/no-wrapper-object-types': 'off',
2626
'@typescript-eslint/consistent-indexed-object-style': 'off',
2727
'@typescript-eslint/unified-signatures': 'off', // Temp
28+
'@typescript-eslint/no-unnecessary-type-arguments': 'off',
2829
'@stylistic/quote-props': 'off',
2930
'@stylistic/function-paren-newline': 'off',
3031
'@stylistic/object-curly-newline': 'off',

0 commit comments

Comments
 (0)