Skip to content

Commit

Permalink
chore: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 28, 2022
1 parent 91d52c0 commit 0f6bad9
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,16 +1,9 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.format.enable": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"markdownlint.ignore": [
"CHANGELOG.md"
],
Expand Down Expand Up @@ -124,4 +117,4 @@
"singleline"
],
"prettier.enable": false,
}
}

0 comments on commit 0f6bad9

Please sign in to comment.