Skip to content

Commit

Permalink
(chore) Set fixStyle for consisent-type-imports eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Nov 23, 2023
1 parent 14b7f32 commit fdb1cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"@typescript-eslint/consistent-type-imports": [
"error",
{
"prefer": "type-imports",
"disallowTypeAnnotations": true
"fixStyle": "inline-type-imports"
}
],
// Use Array<T> instead of T[] consistently
Expand Down

0 comments on commit fdb1cf5

Please sign in to comment.