We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ce5fb commit 287d0a1Copy full SHA for 287d0a1
typescript.js
@@ -97,5 +97,8 @@ module.exports = {
97
98
// Prevent invalid non-type re-exports of types, these can cause downstream build failures
99
"@typescript-eslint/consistent-type-exports": ["error"],
100
+
101
+ // Prevent unnecessary runtime dependencies between files
102
+ "@typescript-eslint/consistent-type-imports": ["error", { fixStyle: "inline-type-imports" }],
103
},
104
};
0 commit comments