From cba73f73976ef972097d542250b7bd920617267c Mon Sep 17 00:00:00 2001 From: Simeon Vincent Date: Mon, 18 Nov 2024 12:17:35 -0800 Subject: [PATCH] Allow contributors to lint individual examples --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 54df96d1..33e56fee 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "scripts": { "test": "eslint .", "lint": "eslint .", + "lint:cwd": "eslint $INIT_CWD", "lint:fix": "eslint . --fix" }, "license": "MIT",