mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-08 14:00:12 +00:00
Add Makefile with linter command
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
db19e2bec3
commit
e8d5124ee3
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
default: lint
|
||||
|
||||
lint:
|
||||
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) luzifer/eslint *.js
|
Loading…
Reference in a new issue