From bfb1c1f34dbbda93f88baa63444ba2a2d6aa224a Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Fri, 21 Feb 2025 14:47:43 +0200 Subject: [PATCH] chore: allow running `pnpm eslint` from the repo root --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 61bf19a..a8a5a3a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "cy:run": "pnpm --filter ./integration-tests/ cy:run", "dev": "pnpm --filter ./integration-tests/ dev", + "eslint": "pnpm --filter ./integration-tests/ eslint", "markdownlint": "markdownlint-cli2 README.md", "prettier": "prettier --check ." },