2024-09-07
This commit is contained in:
parent
082202007b
commit
3ae978e4e8
547 changed files with 3766 additions and 813 deletions
6
justfile
6
justfile
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue