mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.formatOnSave": true,
|
|
"[scss]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.stylelint": true
|
|
}
|
|
}
|
|
}
|