2026-04-06

- eslint OK
- import OK
- jsdoc OK
- node OK
- oxc OK
- promise OK
- typescript OK
- unicorn en cours
This commit is contained in:
gcch 2026-04-03 23:57:57 +02:00
commit 520b3e6cd4
22 changed files with 3091 additions and 1600 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