From 71d4f9f8ffc6e9a88180a810ba7e3cf280f24c37 Mon Sep 17 00:00:00 2001 From: Simon-TechForm <73996878+Simon-TechForm@users.noreply.github.com> Date: Fri, 25 Mar 2022 21:51:25 +0100 Subject: [PATCH] build: don't allow warnings when linting (#4145) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf1368c42b..2e587196a7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "0.30.1", "license": "MIT", "scripts": { - "lint": "eslint .", + "lint": "eslint . --max-warnings 0", "test": "jest", "prepare": "husky install", "release": "semantic-release"