Skip to content

Commit

Permalink
fixed error with make lint on node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbenton committed Feb 6, 2017
1 parent 8d01b41 commit a93a135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ watch:

# lint test files
lint:
eslint 'app' 'test'
command -v eslint >/dev/null 2>&1 && eslint 'app' 'test' || ./node_modules/lint-rules/node_modules/.bin/eslint 'app' 'test';

# run unit tests
test:
Expand Down

0 comments on commit a93a135

Please sign in to comment.