HackMD/Makefile

4 lines
50 B
Makefile
Raw Normal View History

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