chore(Makefile): frontend-lint

This commit is contained in:
Sarah Vaupel 2024-01-16 00:37:23 +01:00
parent 127ebd8f78
commit 2b3ce8e5ef

View File

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