Skip to content

Commit

Permalink
🐛 fix: remove sorting values from config
Browse files Browse the repository at this point in the history
  • Loading branch information
grixu committed Jul 31, 2024
1 parent 2e919d0 commit ad49f0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-dryers-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@archisquad/prettier-config": patch
---

[FIXED]: Removed sorting values from config
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const config = {
plugins: [
"prettier-plugin-tailwindcss",
],
importOrderSeparation: false,
importOrderSortSpecifiers: true,
}

export default config

0 comments on commit ad49f0e

Please sign in to comment.