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 7c34268 commit 695c224Copy full SHA for 695c224
1 file changed
.eslintrc.json
@@ -43,6 +43,8 @@
43
"@typescript-eslint/no-unsafe-return": "warn",
44
"@typescript-eslint/no-non-null-assertion": "warn",
45
"@typescript-eslint/ban-types": "warn",
46
+ "@typescript-eslint/consistent-type-imports": "error",
47
+ "@typescript-eslint/consistent-type-exports": "error",
48
49
// common
50
"@typescript-eslint/explicit-module-boundary-types": "off",
@@ -85,6 +87,7 @@
85
87
],
86
88
"curly": "error",
89
"spaced-comment": "error",
- "no-alert": "warn"
90
+ "no-alert": "warn",
91
+ "sort-imports": "error"
92
}
93
0 commit comments