Skip to content

Commit

Permalink
add import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-lieb committed Nov 20, 2024
1 parent e15b63b commit c106d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prettier/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ metadata:
path: .prettierrc
contents: |
{
"plugins": ["@trivago/prettier-plugin-sort-imports"]
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": ["^moduleA$", "^moduleB$", "^moduleC$"]
}
extension: js
contents: |
Expand Down

0 comments on commit c106d45

Please sign in to comment.