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 b432b10df0
commit 92c706ae98
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31
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"
}
} }