mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
33baaa8c36
* chore(deps): update dependency @silverhand/eslint-config-react to ^0.14.0 * chore(deps): upgrade stylelint to v14 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Gao Sun <gao@silverhand.io>
35 lines
627 B
JSON
35 lines
627 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"[scss]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.stylelint": true
|
|
}
|
|
},
|
|
"stylelint.validate": ["css", "scss"],
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"pattern": "./packages/*"
|
|
}
|
|
],
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
},
|
|
"cSpell.words": [
|
|
"Alipay",
|
|
"CIAM",
|
|
"codecov",
|
|
"Logto",
|
|
"oidc",
|
|
"Passwordless",
|
|
"pnpm",
|
|
"silverhand",
|
|
"slonik",
|
|
"stylelint"
|
|
]
|
|
}
|