Skip to content

Commit

Permalink
(chore) Set fixStyle for consisent-type-imports eslint rule (openmrs#207
Browse files Browse the repository at this point in the history
)
  • Loading branch information
denniskigen authored Nov 23, 2023
1 parent 14b7f32 commit fa53ec2
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 fa53ec2

Please sign in to comment.