Skip to content

Commit

Permalink
resolve prettier plugin in prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbrill committed Feb 19, 2024
1 parent 211d22d commit 2b54b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .prettierrc → .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
module.exports = {
"importOrder": [
"^@Pages/(.*)$",
"^@Components/(.*)$",
Expand All @@ -7,5 +7,5 @@
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
"plugins": [require.resolve("@trivago/prettier-plugin-sort-imports")]
}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"enabled": true
},
"files": {
"ignore": ["node_modules/*"]
"ignore": ["node_modules/*", ".prettierrc.js"]
},
"linter": {
"enabled": true,
Expand Down

0 comments on commit 2b54b07

Please sign in to comment.