2026-04-03

- eslint OK
- import OK
- jsdoc OK
- node OK
- oxc OK
- promise OK
This commit is contained in:
gcch 2026-04-03 23:57:57 +02:00
commit 09b660d265
22 changed files with 2250 additions and 1597 deletions

View file

@ -48,3 +48,7 @@ clean:
rm -rf bun.lock
rm -rf node_modules/
rm -rfv dist/
# Teste les règles à la mise à jour des fichiers sources.
watch:
watchexec --watch "./rules/" just build lint-js