Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
style: add consistent-type-imports rule
Browse files Browse the repository at this point in the history
Fix: #237
  • Loading branch information
seanwu1105 committed Aug 11, 2022
1 parent 51dc24f commit b182dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"error",
{ "checkArrowFunctions": false }
],
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/member-ordering": [
"error",
{
Expand Down

0 comments on commit b182dc2

Please sign in to comment.