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

@ -52,6 +52,9 @@ fix-cs: ## Run PHP-CS-Fixer
phpstan: ## Run PHPStan
@$(PHP_NO_XDEBUG) bin/phpstan analyse
lint-js: ## Run ESLint
@$(YARN) lint:js
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
ifndef VERSION
$(error VERSION is not set)