From 109aa6106f3f4143f1b32ac9e8e63888da22f87e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Dec 2014 20:34:27 -0800 Subject: Apply js linting to test.js. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 926ccd6..b098891 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ jshint: jshint ${JSMODULES} lint: - eslint -c eslint.json ${JSMODULES} js/bin/commonmark + eslint -c eslint.json ${JSMODULES} js/bin/commonmark js/test.js benchjs: node js/bench.js ${BENCHINP} -- cgit v1.2.3