From d751106665b567ffce14be02059f57d7514ac614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=B8vring?= Date: Fri, 27 Oct 2023 10:05:16 +0200 Subject: [PATCH] Linting warnings causes workflow to fail --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa0d777c..eeb0788f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", + "lint": "next lint --max-warnings=0", "test": "jest" }, "dependencies": {