From 001a76a95ca38e696a4f4c759b595a9556d4f660 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Dec 2014 20:32:09 -0800 Subject: Added eslint.json and 'lint' target in Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f1327e..926ccd6 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,9 @@ testjs: $(SPEC) jshint: jshint ${JSMODULES} +lint: + eslint -c eslint.json ${JSMODULES} js/bin/commonmark + benchjs: node js/bench.js ${BENCHINP} -- cgit v1.2.3