HackMD/Makefile
2017-02-15 19:11:53 +08:00

4 lines
50 B
Makefile

lint:
@./node_modules/.bin/eslint .
.PHONY: lint