0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/packages/core/.vscode/settings.json

14 lines
363 B
JSON
Raw Normal View History

2021-06-06 18:30:37 +08:00
{
"typescript.tsdk": "node_modules/typescript/lib",
2021-06-28 21:58:15 +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"
}
}