From f4191bf87266282d2d9044e63a674b752c4b1553 Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Fri, 3 Jul 2026 21:50:14 +1000 Subject: [PATCH] Add standard lint alias --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae0d5a8..87328bd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "smoke": "bash scripts/smoke.sh", "package:smoke": "npm pack --dry-run", "release:check": "npm run check && npm run smoke && npm run package:smoke", - "validate": "bash scripts/validate.sh" + "validate": "bash scripts/validate.sh", + "lint": "npm run check" }, "keywords": [ "git",