diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 20:34:27 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 20:34:27 -0800 |
commit | 109aa6106f3f4143f1b32ac9e8e63888da22f87e (patch) | |
tree | 2f9289b36d96ee567d912b793748d8937f931e27 /Makefile | |
parent | 001a76a95ca38e696a4f4c759b595a9556d4f660 (diff) |
Apply js linting to test.js.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |