mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-09 22:40:08 +00:00
5 lines
97 B
Makefile
5 lines
97 B
Makefile
|
default: lint
|
||
|
|
||
|
lint:
|
||
|
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) luzifer/eslint *.js
|