Skip to content

Commit

Permalink
Add @ianvs/prettier-plugin-sort-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed May 16, 2024
1 parent 5b4c87b commit 2ccd6d9
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"endOfLine": "lf",
"semi": true,
"bracketSpacing": true,
"quoteProps": "preserve"
"quoteProps": "preserve",
plugins: ["@ianvs/prettier-plugin-sort-imports"]
}
Loading

0 comments on commit 2ccd6d9

Please sign in to comment.