2024-09-07

This commit is contained in:
gcch 2024-09-07 11:09:46 +02:00
commit 3ae978e4e8
547 changed files with 3766 additions and 813 deletions

View file

@ -59,3 +59,9 @@ build-js:
# Compile TypeScript à chaque changement de fichier
watch-js:
watchexec -w "web/app/themes/haiku-atelier-2024/src/scripts" just build-js
# Vérifie le code TypeScript avec des analyseurs statiques
lint-js:
-pnpm eslint "web/app/themes/haiku-atelier-2024/src/scripts"
-pnpm biome check --reporter=summary "web/app/themes/haiku-atelier-2024/src/scripts"
-pnpm oxlint "web/app/themes/haiku-atelier-2024/src/scripts"