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 ca68195 commit 752dbf8Copy full SHA for 752dbf8
eslint.config.js
@@ -48,6 +48,13 @@ export default defineConfig([
48
rules: {
49
"@typescript-eslint/switch-exhaustiveness-check": "error",
50
"@typescript-eslint/no-non-null-assertion": "error",
51
+ "@typescript-eslint/consistent-type-imports": ["error", { prefer: "type-imports" }],
52
+ "@typescript-eslint/consistent-type-exports": [
53
+ "error",
54
+ {
55
+ fixMixedExportsWithInlineTypeSpecifier: false,
56
+ },
57
+ ],
58
eqeqeq: "error",
59
"no-self-compare": "error",
60
"no-unassigned-vars": "error",
0 commit comments