One provide per test file

This commit is contained in:
Tim Schaub
2016-08-11 22:26:42 -06:00
parent 510083fbfc
commit bd015eabe4
3 changed files with 70 additions and 66 deletions

View File

@@ -252,7 +252,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 tasks test test_rendering src examples
@./node_modules/.bin/eslint --quiet tasks test test_rendering src examples
@touch $@
build/timestamps/node-modules-timestamp: package.json