Skip to content

Commit

Permalink
Enforce consistent ordering of type vs regular imports
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines committed Jul 13, 2023
1 parent fdfe37a commit 693b923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rules:
- error
- alphabetize:
order: asc
orderImportKind: asc
caseInsensitive: true
newlines-between: always
no-console: error
Expand Down

0 comments on commit 693b923

Please sign in to comment.