Skip to content

Commit

Permalink
prettier plugins causing changeset err
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Mar 1, 2024
1 parent 177bb95 commit 090c526
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
8 changes: 1 addition & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
"printWidth": 100,
"semi": false,
"singleAttributePerLine": true,
"plugins": ["prettier-plugin-astro", "prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
},
{
"files": "*.svelte",
"options": {
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"eslint": "^7.32.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.13.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "latest"
},
"packageManager": "pnpm@8.6.10",
Expand Down
42 changes: 3 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 090c526

Please sign in to comment.