From 4056b8fc2f23ae23af3b46b6fe6811ab7fbe9d6a Mon Sep 17 00:00:00 2001 From: piquark6046 Date: Sun, 1 Sep 2024 03:31:50 +0000 Subject: [PATCH] fix: lint command error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4982d1..3f3b954 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "type": "module", "scripts": { "ci": "tsx index.ts", - "lint": "tsc && eslint . --ext .ts" + "lint": "tsc --noEmit && eslint ." }, "dependencies": { "@actions/core": "^1.10.1",