Skip to content

Commit ab38083

Browse files
committed
Disable import/named in the TypeScript configuration
1 parent fe6cea9 commit ab38083

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/typescript.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ module.exports = {
1919
},
2020
},
2121

22+
rules: {
23+
// analysis/correctness
24+
'import/named': 'off',
25+
},
2226
}

0 commit comments

Comments
 (0)