mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Update configs
This commit is contained in:
parent
053b775e49
commit
02a251b863
3 changed files with 20 additions and 7 deletions
12
packages/schemas/.gitignore
vendored
12
packages/schemas/.gitignore
vendored
|
@ -12,10 +12,14 @@
|
|||
/build
|
||||
/lib
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.env
|
||||
|
||||
# logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# misc
|
||||
cache
|
||||
.DS_Store
|
||||
*.env
|
||||
|
|
13
packages/schemas/.vscode/settings.json
vendored
13
packages/schemas/.vscode/settings.json
vendored
|
@ -1,4 +1,13 @@
|
|||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"editor.defaultFormatter": "samverschueren.linter-xo"
|
||||
}
|
||||
"editor.defaultFormatter": "samverschueren.linter-xo",
|
||||
"xo.enable": true,
|
||||
"xo.format.enable": true,
|
||||
"editor.formatOnSave": true,
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "samverschueren.linter-xo"
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "samverschueren.linter-xo"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
module.exports = require("@logto/essentials/.xo-config.json");
|
||||
module.exports = require('@logto/essentials/.xo-config.json');
|
||||
|
|
Loading…
Reference in a new issue