Skip to content

Commit

Permalink
🚧 some more progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Sep 23, 2024
1 parent e69b444 commit 519d346
Show file tree
Hide file tree
Showing 12 changed files with 546 additions and 271 deletions.
17 changes: 17 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"tabWidth": 2,
"useTabs": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"pluginSearchDirs": ["."],
"plugins": ["prettier-plugin-astro"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.tsdk": "node_modules/typescript/lib",
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.5.5"
"@types/node": "^22.5.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}
48 changes: 41 additions & 7 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 519d346

Please sign in to comment.