forked from mirrors/homebox
15 lines
559 B
JSON
15 lines
559 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
"yaml.schemas": {
|
||
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
||
|
},
|
||
|
"explorer.fileNesting.enabled": true,
|
||
|
"explorer.fileNesting.patterns": {
|
||
|
"package.json": "package-lock.json, yarn.lock, .eslintrc.js, tsconfig.json, .prettierrc, .editorconfig, pnpm-lock.yaml, postcss.config.js, tailwind.config.js",
|
||
|
"docker-compose.yml": "Dockerfile, .dockerignore, docker-compose.dev.yml, docker-compose.yml",
|
||
|
"README.md": "LICENSE, SECURITY.md"
|
||
|
}
|
||
|
}
|