Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit f29fee8

Browse files
authored
feat: Disable unnecessary import/named rule for TypeScript files (#151)
1 parent 1d9a509 commit f29fee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/shared.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ module.exports = {
222222
'no-unreachable': 'off',
223223
'no-unsafe-negation': 'off',
224224
'valid-typeof': 'off',
225+
'import/named': 'off',
225226
'import/no-unresolved': 'off',
226227
},
227228
},

0 commit comments

Comments
 (0)