lint: ignore index.test.js

This commit is contained in:
peaceiris
2019-09-16 05:42:15 +09:00
parent 1450cb25b1
commit f43706a360

View File

@@ -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"
},