We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab38083 commit 7489eddCopy full SHA for 7489edd
config/typescript.js
@@ -21,6 +21,8 @@ module.exports = {
21
22
rules: {
23
// analysis/correctness
24
+
25
+ // TypeScript compilation already ensures that named imports exist in the referenced module
26
'import/named': 'off',
27
},
28
}
0 commit comments