chore: only run lint on our /js/

(Otherwise it will run on vendors…)
This commit is contained in:
Yohan Boniface 2024-07-29 16:40:57 +02:00
parent 6b34c30f90
commit 8fc061429a

View file

@ -18,7 +18,7 @@ format: ## Format the code and templates files
.PHONY: lint
lint: ## Lint the code and template files
npx eslint umap/static/umap/
npx eslint umap/static/umap/js/
djlint umap/templates --lint
isort --check --profile black umap/
ruff format --check --target-version=py310 umap/