Run ESLint on all files (catch new linter changes)

This commit is contained in:
Tim Schaub
2016-08-07 13:15:22 -06:00
parent 9f23e96976
commit 4373f1bd54

View File

@@ -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