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 5999be0 commit f5531daCopy full SHA for f5531da
eslint.config.js
@@ -78,6 +78,7 @@ module.exports = tseslint.config(
78
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
79
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
80
'@typescript-eslint/no-non-null-assertion': 'error',
81
+ '@typescript-eslint/no-redundant-type-constituents': 'off',
82
'@typescript-eslint/no-this-alias': 'error',
83
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
84
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
src/libraries
0 commit comments