Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
proseWrap: 'always',
trailingComma: 'none',
singleQuote: true,
plugins: ['prettier-plugin-astro', 'prettier-plugin-svelte'],
plugins: ['prettier-plugin-astro'],
overrides: [
{
files: '*.astro',
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,12 @@
"concurrently": "^9.2.1",
"del": "^7.1.0",
"eslint": "^9.39.2",
"eslint-plugin-svelte": "^3.14.0",
"postcss": "^8.5.6",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.1",
"release-plan": "^0.17.2",
"replace": "^1.2.2",
"shepherd.js": "workspace:*",
"svelte": "^5.49.1",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.28.2",
Expand Down
Loading
Loading