Skip to content

Commit

Permalink
feat(tooling): improve vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 2, 2022
1 parent 28ed5cb commit 41907d2
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": false,
"editor.quickSuggestions": {
"strings": true
},
"windicss.sortOnSave": true,
"cSpell.words": [
"openweblabs",
"openweb",
Expand Down Expand Up @@ -26,12 +36,7 @@
"upath",
"bumpp",
"unocss",
"windi"
],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"windicss.sortOnSave": true
}
"windi",
"typecheck"
]
}

0 comments on commit 41907d2

Please sign in to comment.