diff --git a/Makefile b/Makefile index 388beca74..2414f843a 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,11 @@ frontend-%: node_modules --frontend-watch: WATCH=--watch --frontend-watch: --frontend-build +.PHONY: --frontend-lint +--frontend-lint: .eslintrc.json + npx -- eslint frontend/src + @echo Hooray! There are no hints. + .PHONY: --frontend-test --frontend-test: karma.conf.js npx -- karma start --conf karma.conf.js $(WATCH)