0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

chore: update vscode config

This commit is contained in:
Gao Sun 2021-07-11 18:14:18 +08:00
parent c3d9eb380a
commit 03cfd59171
2 changed files with 2 additions and 12 deletions

View file

@ -1,6 +1,5 @@
{
"recommendations": [
"samverschueren.linter-xo",
"mikestead.dotenv"
"dbaeumer.vscode-eslint"
]
}

View file

@ -1,13 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "samverschueren.linter-xo",
"xo.enable": true,
"xo.format.enable": true,
"editor.formatOnSave": true,
"[typescriptreact]": {
"editor.defaultFormatter": "samverschueren.linter-xo"
},
"[javascript]": {
"editor.defaultFormatter": "samverschueren.linter-xo"
}
"editor.formatOnSave": true
}