From 30736ebd62baf064ed28ae33c38e13fe6f9915d8 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 14 Apr 2024 16:18:37 +0700 Subject: [PATCH] test: run `eslint` command with no file arguments (#17) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e67ded..b14b82c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "build": "ncc build src/index.ts", "format": "prettier --write --cache . !dist", - "lint": "eslint ." + "lint": "eslint" }, "dependencies": { "@actions/core": "^1.10.1",