From 04a7122e22d87fc38d01e4e65cc3a4c82caea1ce Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sat, 12 Mar 2016 18:32:59 -0800 Subject: [PATCH] lint: benchmarks/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44a89df..5c2428e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TESTS = test/application/* \ test/babel/index.js lint: - @./node_modules/.bin/eslint lib test + @./node_modules/.bin/eslint benchmarks lib test test: @NODE_ENV=test node \