Skip to content

Commit

Permalink
chore(root): fix .prettierrc
Browse files Browse the repository at this point in the history
Fix `prettier-plugin-astro` plugin path
  • Loading branch information
theisel committed Oct 21, 2023
1 parent 4d797ee commit 6a0be92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "always",
"plugins": ["./node_modules/prettier-plugin-astro"],
"plugins": ["./node_modules/prettier-plugin-astro/dist/index.js"],
"overrides": [
{
"files": "*.astro",
Expand Down

0 comments on commit 6a0be92

Please sign in to comment.