From 3bcc463f09dbfe07b8d74684e87603f66fb82823 Mon Sep 17 00:00:00 2001 From: oppai Date: Tue, 3 Jun 2025 15:02:18 +0900 Subject: [PATCH] Remove package.json from lint target --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d0acf22..5830809 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "build": "npx rimraf dist && tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", - "lint": "eslint nodes credentials package.json", - "lintfix": "eslint nodes credentials package.json --fix", - "prepublishOnly": "npm build && npm lint -c .eslintrc.prepublish.js nodes credentials package.json" + "lint": "eslint nodes credentials", + "lintfix": "eslint nodes credentials --fix", + "prepublishOnly": "npm build && npm lint -c .eslintrc.prepublish.js nodes credentials" }, "files": [ "dist" @@ -52,4 +52,4 @@ "peerDependencies": { "n8n-workflow": "*" } -} \ No newline at end of file +}