update config
All checks were successful
Build Docker Image Front / run (pull_request) Successful in 1m9s
Build Docker Image Back / run (pull_request) Successful in 21s
JsDocs / coverage (pull_request) Successful in 23s
Test and coverage / coverage (pull_request) Successful in 1m29s

This commit is contained in:
2024-05-20 12:13:11 +02:00
parent 0c85df498e
commit 738381ee16
11 changed files with 414 additions and 7 deletions

15
front/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"css.customData": ["./vscode.tailwind.json"],
"eslint.validate": ["javascript", "javascriptreact", "astro", "typescript", "typescriptreact"],
"files.associations": {
"*.mdx": "markdown"
},
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yaml"
},
"eslint.experimental.useFlatConfig": true
}