Skip to content

Commit

Permalink
feat: Update .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed Jun 5, 2024
1 parent 56de66e commit f17df8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"biomejs.biome"
]
"recommendations": ["biomejs.biome"]
}
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"package.json": "pnpm-lock.yaml, package-lock.json, yarn.lock, bun.lockb",
".prettierrc.mjs": ".prettierignore",
"eslint.config.mjs": ".lintstagedrc"
"package.json": "pnpm-lock.yaml, package-lock.json, yarn.lock, bun.lockb"
},
"editor.linkedEditing": true,
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit f17df8b

Please sign in to comment.