Skip to content

Commit 64c03ab

Browse files
authored
chore: Update .gitignore and add VSCode configuration files (#2716)
1 parent 53e56f4 commit 64c03ab

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public/dist
1616
yalc.lock
1717
build/
1818
playwright-report/
19-
.vscode/
2019
.env/
2120

2221
# Artifacts

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": ["biomejs.biome"],
3+
"unwantedRecommendations": [
4+
"dbaeumer.vscode-eslint",
5+
"esbenp.prettier-vscode"
6+
]
7+
}

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.defaultFormatter": "biomejs.biome",
4+
"editor.codeActionsOnSave": {
5+
"source.fixAll": "explicit"
6+
},
7+
"typescript.preferences.importModuleSpecifier": "relative"
8+
}

0 commit comments

Comments
 (0)