Skip to content

Commit 04a7122

Browse files
committedMar 13, 2016
lint: benchmarks/
1 parent 2df468b commit 04a7122

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
@@ -9,7 +9,7 @@ TESTS = test/application/* \
99
test/babel/index.js
1010

1111
lint:
12-
@./node_modules/.bin/eslint lib test
12+
@./node_modules/.bin/eslint benchmarks lib test
1313

1414
test:
1515
@NODE_ENV=test node \

0 commit comments

Comments
 (0)
Please sign in to comment.