mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.formatOnSave": true,
|
|
"[scss]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.stylelint": true
|
|
}
|
|
},
|
|
"cssVariables.lookupFiles": [
|
|
"./packages/ui/src/components/AppContent/index.module.scss"
|
|
],
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"pattern": "./packages/*"
|
|
}
|
|
]
|
|
}
|