Skip to content

Commit

Permalink
feat: 🎸 add consistent type imports rule
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomansua committed May 24, 2024
1 parent 656b66d commit 5e48693
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const rules = {
}
],
'@typescript-eslint/consistent-type-assertions': 'error',
'@typescript-eslint/consistent-type-imports': [
'error',
{
fixStyle: 'inline-type-imports'
}
],
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down

0 comments on commit 5e48693

Please sign in to comment.