Skip to content

Commit f5531da

Browse files
fix(ref: #129): enhancement
1 parent 5999be0 commit f5531da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ module.exports = tseslint.config(
7878
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
7979
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
8080
'@typescript-eslint/no-non-null-assertion': 'error',
81+
'@typescript-eslint/no-redundant-type-constituents': 'off',
8182
'@typescript-eslint/no-this-alias': 'error',
8283
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
8384
'@typescript-eslint/no-unsafe-declaration-merging': 'error',

src/libraries

0 commit comments

Comments
 (0)