From 3c6239653393f9e88ca3280a19dca8e074fd38ba Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 3 May 2017 06:37:36 -0600 Subject: [PATCH] Report on any warnings from the linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c880a5c404..2aac3d0e20 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,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 --quiet tasks test test_rendering src examples + @./node_modules/.bin/eslint tasks test test_rendering src examples @touch $@ build/timestamps/node-modules-timestamp: package.json