Skip to content

Commit

Permalink
WIP vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 28, 2024
1 parent d713548 commit 2a54120
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"deno.enablePaths": ["apps/test-deno-app", "apps/minisudoku"],
"deno.unstable": true,
"deno.importMap": "./import_map.json",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.workingDirectories": [
{
"mode": "auto"
Expand All @@ -21,28 +20,22 @@
"svelte"
],
"[html]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": [
"source.formatDocument",
"source.fixAll.eslint",
"source.fixAll.stylelint"
]
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll"]
},
"[typescriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll"]
},
"[javascriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll"]
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll"]
}
}

0 comments on commit 2a54120

Please sign in to comment.