diff --git a/Makefile b/Makefile index 2414f843a..d85001038 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ frontend-%: node_modules .PHONY: --frontend-lint --frontend-lint: .eslintrc.json - npx -- eslint frontend/src + npx -- eslint frontend/src $(FIX) @echo Hooray! There are no hints. .PHONY: --frontend-test