From ba65fd9336eeb986d26f272445c38d10e383d4b9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 31 Dec 2017 21:49:33 +0000 Subject: [PATCH] Remove ignore pattern on eslint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ffc1fe..b8c3b8a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ node_modules: test: $(NODE_BIN)/sass-lint -vqc .sass-lint.yml - $(NODE_BIN)/eslint $(STATIC_SRC)/js --ignore-pattern *.min.js + $(NODE_BIN)/eslint $(STATIC_SRC)/js $(NODE_BIN)/yamllint data/*.yml $(NODE_BIN)/yamllint config.yml $(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*'