Merge branch 'master' into feat/astro-template-for-front
Some checks failed
Build Docker Image Front / run (pull_request) Failing after 22s
Build Docker Image Back / run (pull_request) Successful in 22s
JsDocs / coverage (pull_request) Successful in 21s
Test and coverage / coverage (pull_request) Successful in 1m25s

This commit is contained in:
2024-05-20 13:16:02 +02:00
22 changed files with 803 additions and 11704 deletions

View File

@ -1,13 +1,20 @@
{
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"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"
},
"editor.quickSuggestions": {
"strings": "on"
},
"tailwindCSS.includeLanguages": {
"astro": "html"
},
"typescript.tsdk": "node_modules/typescript/lib",
"yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yaml"
},