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
2024-07-08 16:52:15 +08:00

61 lines
1.1 KiB
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit"
}
},
"stylelint.validate": [
"css",
"scss"
],
"eslint.workingDirectories": [
{
"pattern": "./packages/*",
},
{
"pattern": "./packages/toolkit/*",
}
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"json.schemas": [
{
"fileMatch": [
"packages/core/src/routes/**/*.openapi.json"
],
"url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json"
}
],
"cSpell.words": [
"Alipay",
"CIAM",
"codecov",
"hasura",
"huggingface",
"Logto",
"mailgun",
"oidc",
"passcode",
"passcodes",
"Passwordless",
"pnpm",
"sendgrid",
"silverhand",
"slonik",
"stylelint",
"timestamptz",
"topbar",
"upsell",
"withtyped",
"backchannel",
"deepmerge"
]
}