mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
e35d099c35
* chore(core): support supplementary openapi json * refactor(core): copy json files to build
57 lines
1 KiB
JSON
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",
|
|
]
|
|
}
|