From f43706a3600d060bff5b9a881f8c558445bd77d4 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 16 Sep 2019 05:42:15 +0900 Subject: [PATCH] lint: ignore index.test.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be6de27..d856ba1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Hugo setup action", "main": "index.js", "scripts": { - "lint": "eslint ./*.js", + "lint": "eslint ./index.js ./get-latest-version.js", "test": "jest", "build": "npm prune --production" },