lint: benchmarks/

This commit is contained in:
Jonathan Ong 2016-03-12 18:32:59 -08:00
parent 2df468b524
commit 04a7122e22

View file

@ -9,7 +9,7 @@ TESTS = test/application/* \
test/babel/index.js test/babel/index.js
lint: lint:
@./node_modules/.bin/eslint lib test @./node_modules/.bin/eslint benchmarks lib test
test: test:
@NODE_ENV=test node \ @NODE_ENV=test node \