Change Makefile to use local eslint

Changes the Makefile lint target to use the local copy of
eslint that would be installed in node_modules rather than
a global copy that may not be installed.
This commit is contained in:
Sehrope Sarkuni 2017-08-29 11:03:48 -04:00 committed by Brian C
parent ecab41c3f3
commit f1336fcb00

View File

@ -62,4 +62,4 @@ test-pool:
lint:
@echo "***Starting lint***"
eslint lib
node_modules/.bin/eslint lib