Skip to content

Commit

Permalink
chore(eslint): consistent-type-imports error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Apr 10, 2021
1 parent 4ebd32c commit 7ffe2a0
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 @@ -17,6 +17,7 @@
"jest": true
},
"rules": {
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/ban-ts-comment": "warn",
Expand Down

0 comments on commit 7ffe2a0

Please sign in to comment.