From 35e1703287c1669a41a7c7546fea7833461f674c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Nunes?= Date: Thu, 13 Jun 2024 21:33:13 +0100 Subject: [PATCH] fix: lint do not report warnings --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e1ed51658..c29d267f0f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "build:inject-config": "yarn build:post", "build:shared": "yarn workspace oa-shared build", "build": "yarn build:themes && yarn build:components && yarn build:shared && yarn build:vite", - "lint": "yarn lint:style && yarn lint:code", + "lint": "yarn lint:style && yarn lint:code --quiet", "lint:commits": " npx commitlint --from=$(git merge-base master HEAD) --verbose", "lint:code": "eslint . --ext .js,.jsx,.ts,.tsx src --color", "lint:spell": "cspell \"**/*.md\" --config ./.cspell.json", @@ -195,4 +195,4 @@ "node": ">=20" }, "packageManager": "yarn@3.6.4" -} +} \ No newline at end of file