Skip to content

Commit

Permalink
chore (eslint): Lint all src/* files (including action-helper.js)
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Narlock <[email protected]>
  • Loading branch information
tony committed Dec 4, 2021
1 parent 5cb4dcb commit 3d7fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"homepage": "https://github.com/zaproxy/actions-common/tree/master/packages/scans",
"scripts": {
"lint": "eslint src/index.js"
"lint": "eslint src/*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d7fc3f

Please sign in to comment.