summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-10 20:34:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-10 20:34:27 -0800
commit109aa6106f3f4143f1b32ac9e8e63888da22f87e (patch)
tree2f9289b36d96ee567d912b793748d8937f931e27 /Makefile
parent001a76a95ca38e696a4f4c759b595a9556d4f660 (diff)
Apply js linting to test.js.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}