1
0
mirror of https://github.com/Luzifer/automate-cookie-clicker.git synced 2024-09-16 13:58:34 +00:00

Add Makefile with linter command

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-04-20 08:25:22 +02:00
parent db19e2bec3
commit e8d5124ee3
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
default: lint
lint:
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) luzifer/eslint *.js