Skip to content

Commit

Permalink
add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Nov 26, 2022
1 parent 6e8c763 commit 7f58bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "git+https://github.com/supercharge/mongodb-github-action.git"
},
"scripts": {
"list-tests": "lab --assert @hapi/code --dry --verbose",
"lint": "eslint test --ext .js",
"test": "c8 --include=dist uvu --ignore fixtures",
"posttest": "c8 report --reporter=html"
}
Expand Down

0 comments on commit 7f58bad

Please sign in to comment.