0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
logto/packages/ui/.vscode/settings.json
2021-07-25 17:41:07 +08:00

9 lines
183 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
}
}