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:
parent
b432b10df0
commit
92c706ae98
2 changed files with 2 additions and 12 deletions
3
packages/schemas/.vscode/extensions.json
vendored
3
packages/schemas/.vscode/extensions.json
vendored
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"samverschueren.linter-xo",
|
"dbaeumer.vscode-eslint"
|
||||||
"mikestead.dotenv"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
11
packages/schemas/.vscode/settings.json
vendored
11
packages/schemas/.vscode/settings.json
vendored
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue