mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
13 lines
363 B
JSON
13 lines
363 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|