From 4373f1bd546d5407234c46d43cbbf202882b4856 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 7 Aug 2016 13:15:22 -0600 Subject: [PATCH] Run ESLint on all files (catch new linter changes) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0b4bf4149..88cbde959b 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ build/timestamps/eslint-timestamp: $(SRC_JS) $(SPEC_JS) $(SPEC_RENDERING_JS) \ build/timestamps/node-modules-timestamp @mkdir -p $(@D) @echo "Running eslint..." - @./node_modules/.bin/eslint $? + @./node_modules/.bin/eslint tasks test test_rendering src examples @touch $@ build/timestamps/node-modules-timestamp: package.json