From 608bac42ca8ffda5ac762940e7b1cab9b56b9e2c Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sat, 13 Apr 2024 13:44:23 +0700 Subject: [PATCH] test: run `eslint` command with no file arguments --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 316ece8..7d9b0d6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "build": "ncc build src/index.ts", "format": "prettier --write --cache . !dist !README.md", - "lint": "eslint .", + "lint": "eslint", "test": "jest" }, "dependencies": {