Skip to content

Commit

Permalink
chore: simplify vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Aug 14, 2024
1 parent cbc2a40 commit d69cc05
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
{

// ESLint
"[javascript]": {
"[javascript][typescript][json][json5][jsonc][yaml]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[json]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[json5]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[jsonc]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"eslint.experimental.useFlatConfig": true,
"eslint.validate": ["javascript", "typescript", "json", "jsonc", "json5", "yaml"],
"editor.formatOnSave": false,

Expand Down

0 comments on commit d69cc05

Please sign in to comment.