Skip to content

Commit ceeef71

Browse files
committed
Add consistent-type-exports rule to ESLint
1 parent 6329fad commit ceeef71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
{ "avoidEscape": true, "allowTemplateLiterals": true }
4646
],
4747
"@typescript-eslint/semi": "error",
48-
"@typescript-eslint/no-non-null-assertion": "error"
48+
"@typescript-eslint/no-non-null-assertion": "error",
49+
"@typescript-eslint/consistent-type-exports": "error"
4950
},
5051
"settings": {
5152
"import/resolver": {

0 commit comments

Comments
 (0)