summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-10 21:02:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-10 21:02:25 -0800
commit4059e76c9e3316bacabe02d3c484a1e4bc7b109d (patch)
tree5f52a941fa27a0ad8149b8ab8d79c87a6cb8e4b8 /Makefile
parent81bc461869b5261d5c872393ba779bef84a033ef (diff)
Run eslint on bench.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b098891..69a3b4c 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ jshint:
jshint ${JSMODULES}
lint:
- eslint -c eslint.json ${JSMODULES} js/bin/commonmark js/test.js
+ eslint -c eslint.json ${JSMODULES} js/bin/commonmark js/test.js js/bench.js
benchjs:
node js/bench.js ${BENCHINP}