Skip to content

Commit

Permalink
fix lint job so CI finds lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck LeDuc Díaz committed Mar 30, 2020
1 parent f4d9956 commit 8b6f4b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"start": "node src/index.js",
"coverage": "nyc mocha test --timeout 50000 && nyc report --reporter=html",
"coveralls": "nyc mocha test --timeout 50000 && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./src --fix",
"lint-fix": "eslint ./src --fix",
"lint": "eslint ./src",
"npm:publish": "npm publish --access public",
"test": "./node_modules/.bin/mocha --timeout 50000 --reporter spec"
},
Expand Down

0 comments on commit 8b6f4b7

Please sign in to comment.