Skip to content

Commit 7489edd

Browse files
authored
Add an explanation comment
1 parent ab38083 commit 7489edd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/typescript.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module.exports = {
2121

2222
rules: {
2323
// analysis/correctness
24+
25+
// TypeScript compilation already ensures that named imports exist in the referenced module
2426
'import/named': 'off',
2527
},
2628
}

0 commit comments

Comments
 (0)