Skip to content

Commit

Permalink
fix: put linting back
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-es committed Mar 16, 2021
1 parent 0cdf306 commit 492fdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Module to consume json output from Snyk CLI for advanced filtering and results display",
"main": "index.js",
"scripts": {
"test": "snyk test && mocha ./tests",
"test": "snyk test && mocha ./tests && npm run lint",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"lint": "prettier --check **/*.js",
Expand Down

0 comments on commit 492fdd4

Please sign in to comment.