From 6c1352f75cfee2ac01212c24c64427d8806d5efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 20 Aug 2025 14:13:56 +0200 Subject: [PATCH] chore: Silence lint warnings for playwright package (#18540) --- packages/testing/playwright/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/testing/playwright/package.json b/packages/testing/playwright/package.json index 94d498424c..3dbcd0c6a6 100644 --- a/packages/testing/playwright/package.json +++ b/packages/testing/playwright/package.json @@ -19,7 +19,7 @@ "install-browsers:local": "playwright install chromium --with-deps", "install-browsers:ci": "PLAYWRIGHT_BROWSERS_PATH=./ms-playwright-cache playwright install chromium --with-deps", "browsers:uninstall": "playwright uninstall --all", - "lint": "eslint .", + "lint": "eslint . --quiet", "lint:fix": "eslint . --fix" }, "devDependencies": {