From 119a2e8f1bae871d348e9f03d0b746bdd7b90b5a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 13 Nov 2021 00:10:56 +0100 Subject: [PATCH] chore: show ESLint warnings on CI (#10295) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b6f4df5ca..585f58ce89 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts", "vtest": "cross-env PLAYWRIGHT_DOCKER=1 node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts", "test": "playwright test --config=tests/config/default.config.ts", - "eslint": "[ \"$CI\" = true ] && eslint --quiet -f codeframe --ext ts,tsx . || eslint --ext ts,tsx .", + "eslint": "eslint -f codeframe --ext ts,tsx .", "tsc": "tsc -p .", "build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils", "doc": "node utils/doclint/cli.js",