1
0
mirror of https://github.com/Luzifer/automate-cookie-clicker.git synced 2024-09-19 15:23:02 +00:00
automate-cookie-clicker/Makefile

5 lines
97 B
Makefile
Raw Normal View History

default: lint
lint:
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) luzifer/eslint *.js