0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -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": [ "recommendations": [
"samverschueren.linter-xo", "dbaeumer.vscode-eslint"
"mikestead.dotenv"
] ]
} }

View file

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