style(norme/eslint): now eslint is now respecting the eslint

This commit is contained in:
Raphael 2025-08-18 12:39:53 +02:00
parent 2a852c7f30
commit 11befcbad4

View file

@ -1,2 +1,2 @@
#!/usr/bin/env sh #!/usr/bin/env sh
bunx prettier --write . && bunx eslint --fix . bunx prettier --write . ; bunx eslint --fix .