chore(Makefile): frontend-lint make fixable

This commit is contained in:
Sarah Vaupel 2024-01-16 00:39:43 +01:00
parent 2b3ce8e5ef
commit c7c0f9ae08

View File

@ -46,7 +46,7 @@ frontend-%: node_modules
.PHONY: --frontend-lint .PHONY: --frontend-lint
--frontend-lint: .eslintrc.json --frontend-lint: .eslintrc.json
npx -- eslint frontend/src npx -- eslint frontend/src $(FIX)
@echo Hooray! There are no hints. @echo Hooray! There are no hints.
.PHONY: --frontend-test .PHONY: --frontend-test