0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.vscode/settings.json

18 lines
366 B
JSON
Raw Normal View History

2021-07-11 09:26:08 -05:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
},
"cssVariables.lookupFiles": [
2021-07-25 08:58:27 -05:00
"./packages/ui/src/components/AppContent/index.module.scss"
],
"eslint.workingDirectories": [
{
2021-07-26 10:56:38 -05:00
"pattern": "./packages/*"
2021-07-25 08:58:27 -05:00
}
]
2021-07-11 09:26:08 -05:00
}