Skip to content

Commit

Permalink
Merge branch 'refact/svelte5'
Browse files Browse the repository at this point in the history
  • Loading branch information
threedalpeng committed Jun 16, 2024
2 parents ceff21c + b37c8d5 commit 807456b
Show file tree
Hide file tree
Showing 52 changed files with 1,545 additions and 1,379 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"printWidth": 100,
"tabWidth": 2,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"endOfLine": "auto"
}
7 changes: 2 additions & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"recommendations": [
"svelte.svelte-vscode",
"bradlc.vscode-tailwindcss"
]
}
"recommendations": ["svelte.svelte-vscode", "bradlc.vscode-tailwindcss"]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.css": "tailwindcss"
}
}
Loading

0 comments on commit 807456b

Please sign in to comment.