HackMD/Makefile

4 lines
50 B
Makefile
Raw Normal View History

2017-02-15 18:14:58 +08:00
lint:
@./node_modules/.bin/eslint .
.PHONY: lint