2026-04-01
This commit is contained in:
parent
ef19ba2b72
commit
5f332f4068
34 changed files with 9392 additions and 391 deletions
4
justfile
4
justfile
|
|
@ -101,7 +101,9 @@ watch-js:
|
|||
[group('qualité')]
|
||||
lint-js:
|
||||
-bun eslint "web/app/themes/haiku-atelier-2024/src/scripts"
|
||||
-bun oxlint "web/app/themes/haiku-atelier-2024/src/scripts"
|
||||
bun --bun oxlint \
|
||||
--config cfg/oxlint.config.ts \
|
||||
--format stylish
|
||||
|
||||
# Vérifie le code Sass avec Stylelint.
|
||||
[group('css')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue