From c7c0f9ae08ae900f6c6944433a5e5589cd808fc0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 16 Jan 2024 00:39:43 +0100 Subject: [PATCH] chore(Makefile): frontend-lint make fixable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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