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
Gao Sun e35d099c35
chore(core): add supplementary openapi json (#4472)
* chore(core): support supplementary openapi json

* refactor(core): copy json files to build
2023-09-12 06:27:40 +00:00

57 lines
1 KiB
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
},
"stylelint.validate": [
"css",
"scss"
],
"eslint.workingDirectories": [
{
"pattern": "./packages/*",
},
{
"pattern": "./packages/toolkit/*",
}
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"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",
"Logto",
"oidc",
"passcode",
"passcodes",
"Passwordless",
"pnpm",
"silverhand",
"slonik",
"stylelint",
"timestamptz",
"topbar",
"withtyped",
"sendgrid",
"mailgun",
]
}