diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 20:31:53 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 20:31:53 -0800 |
| commit | cf32b93b72453c4b280fd0863c5c231054dfc263 (patch) | |
| tree | aba96eda1649ce778e95b0f5ebd7fd01fbcb7dae /Makefile | |
| parent | 292b0bdad1aa79483a7498e72028bbff8134cebb (diff) | |
Moved eslint.json to js/ subdir.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
