0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00
logto/packages/schemas/.vscode/settings.json

14 lines
363 B
JSON
Raw Normal View History

2021-06-22 19:49:19 +08:00
{
"typescript.tsdk": "node_modules/typescript/lib",
2021-06-28 21:54:12 +08:00
"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"
}
}