Skip to content

Commit f1336fc

Browse files
sehropebrianc
authored andcommitted
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.
1 parent ecab41c commit f1336fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ test-pool:
6262

6363
lint:
6464
@echo "***Starting lint***"
65-
eslint lib
65+
node_modules/.bin/eslint lib

0 commit comments

Comments
 (0)