Skip to content

Commit

Permalink
chore: only run lint on our /js/
Browse files Browse the repository at this point in the history
(Otherwise it will run on vendors…)
  • Loading branch information
yohanboniface committed Jul 29, 2024
1 parent 6b34c30 commit 8fc0614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8fc0614

Please sign in to comment.