1
0
mirror of https://github.com/Luzifer/automate-cookie-clicker.git synced 2024-09-16 13:58:34 +00:00
automate-cookie-clicker/Makefile
Knut Ahlers e8d5124ee3
Add Makefile with linter command
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-20 08:25:22 +02:00

5 lines
97 B
Makefile

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