Use ESLint directly

This commit is contained in:
Yassine Guedidi
2025-02-15 00:02:23 +01:00
parent 8e0b9d4d94
commit da0404f2b5
5 changed files with 19 additions and 2 deletions

View File

@ -55,3 +55,5 @@ To run the tests locally run `make test`.
To run the PHP formatter run `make fix-cs`.
To run the PHPStan static analysis run `make phpstan`.
To run the JS linter run `make lint-js`.