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

62 lines
1.1 KiB
JSON
Raw Normal View History

2021-07-11 09:26:08 -05:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit"
2021-07-11 09:26:08 -05:00
}
},
"stylelint.validate": [
"css",
"scss"
],
2021-07-25 08:58:27 -05:00
"eslint.workingDirectories": [
{
2022-12-14 00:23:59 -05:00
"pattern": "./packages/*",
},
{
"pattern": "./packages/toolkit/*",
2021-07-25 08:58:27 -05:00
}
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
2022-05-02 11:34:31 -05:00
},
"json.schemas": [
{
"fileMatch": [
"packages/core/src/routes/**/*.openapi.json"
],
"url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json"
}
],
2022-05-02 11:34:31 -05:00
"cSpell.words": [
"Alipay",
2022-05-05 02:16:11 -05:00
"CIAM",
"codecov",
"hasura",
"huggingface",
2022-05-02 11:34:31 -05:00
"Logto",
"mailgun",
2022-05-05 02:16:11 -05:00
"oidc",
2022-06-13 10:02:26 -05:00
"passcode",
"passcodes",
2022-05-05 02:16:11 -05:00
"Passwordless",
"pnpm",
"sendgrid",
2022-05-05 02:16:11 -05:00
"silverhand",
"slonik",
"stylelint",
"timestamptz",
"topbar",
"upsell",
"withtyped",
2024-07-08 03:52:15 -05:00
"backchannel",
"deepmerge"
2022-05-02 11:34:31 -05:00
]
2021-07-11 09:26:08 -05:00
}