Skip to content

Commit

Permalink
chore(eslint): consistent-type-imports to 'error'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yovach committed Oct 11, 2023
1 parent de43f8d commit 082075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"rules": {
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/consistent-type-imports": ["warn", { "fixStyle": "separate-type-imports" }]
"@typescript-eslint/consistent-type-imports": ["error", { "fixStyle": "separate-type-imports" }]
},
"env": {
"browser": true,
Expand Down

0 comments on commit 082075e

Please sign in to comment.