Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 5dd3003

Browse files
committed
feat: add VSCode settings files
1 parent a80bbac commit 5dd3003

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.vscode/extensions.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"johnsoncodehk.volar",
4+
"dbaeumer.vscode-eslint",
5+
"stylelint.vscode-stylelint",
6+
]
7+
}

.vscode/settings.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"prettier.enable": false,
3+
"typescript.tsdk": "node_modules/typescript/lib",
4+
"volar.tsPlugin": true,
5+
"volar.tsPluginStatus": false,
6+
"editor.codeActionsOnSave": {
7+
"source.fixAll.eslint": true,
8+
},
9+
}

0 commit comments

Comments
 (0)