Skip to content

Commit 4a490c4

Browse files
committed
chore(format): auto-format files
1 parent 23684c4 commit 4a490c4

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ List any added/updated packages or tools and their impact.
3434
3535
## 💬 Additional Notes
3636

37-
Any extra context, edge cases, or future improvements to consider?
37+
Any extra context, edge cases, or future improvements to consider?

.vscode/extensions.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"recommendations": [
3-
"Vue.volar",
4-
"dbaeumer.vscode-eslint",
5-
"esbenp.prettier-vscode",
6-
"EditorConfig.EditorConfig",
7-
"bradlc.vscode-tailwindcss",
8-
"antfu.iconify"
9-
]
10-
}
2+
"recommendations": [
3+
"Vue.volar",
4+
"dbaeumer.vscode-eslint",
5+
"esbenp.prettier-vscode",
6+
"EditorConfig.EditorConfig",
7+
"bradlc.vscode-tailwindcss",
8+
"antfu.iconify"
9+
]
10+
}

.vscode/settings.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"explorer.fileNesting.enabled": true,
3-
"explorer.fileNesting.patterns": {
4-
"vite.config.ts": "prettier*, eslint*, .editorconfig",
5-
"tsconfig.json": "tsconfig.*.json",
6-
"package.json": "pnpm*"
7-
},
8-
"editor.codeActionsOnSave": {
9-
"source.fixAll": "always"
10-
},
11-
"editor.formatOnSave": true,
12-
"editor.defaultFormatter": "esbenp.prettier-vscode"
13-
}
2+
"explorer.fileNesting.enabled": true,
3+
"explorer.fileNesting.patterns": {
4+
"vite.config.ts": "prettier*, eslint*, .editorconfig",
5+
"tsconfig.json": "tsconfig.*.json",
6+
"package.json": "pnpm*"
7+
},
8+
"editor.codeActionsOnSave": {
9+
"source.fixAll": "always"
10+
},
11+
"editor.formatOnSave": true,
12+
"editor.defaultFormatter": "esbenp.prettier-vscode"
13+
}

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ export default defineConfig({
3737
},
3838
})
3939

40-
4140
// create-vite@8.2.0

0 commit comments

Comments
 (0)