lint: ignore index.test.js
This commit is contained in:
parent
1450cb25b1
commit
f43706a360
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Hugo setup action",
|
"description": "Hugo setup action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint ./*.js",
|
"lint": "eslint ./index.js ./get-latest-version.js",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "npm prune --production"
|
"build": "npm prune --production"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue