summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:31:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:31:53 -0800
commitcf32b93b72453c4b280fd0863c5c231054dfc263 (patch)
treeaba96eda1649ce778e95b0f5ebd7fd01fbcb7dae /Makefile
parent292b0bdad1aa79483a7498e72028bbff8134cebb (diff)
Moved eslint.json to js/ subdir.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14ed1d1..88f72ed 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ jshint:
jshint ${JSMODULES}
lint:
- eslint -c eslint.json ${JSMODULES} js/bin/commonmark js/test.js js/bench.js
+ eslint -c js/eslint.json ${JSMODULES} js/bin/commonmark js/test.js js/bench.js
benchjs:
sudo renice 99 $$$$; node js/bench.js ${BENCHINP}