Skip to content

Commit

Permalink
chore(scripts): Removes eslint from CI pipeline
Browse files Browse the repository at this point in the history
This is so that we can continue testing on Node v10.x
  • Loading branch information
lupomontero committed Jul 4, 2022
1 parent 8059ae6 commit 924f411
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 @@ -8,7 +8,7 @@
},
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"lint": "eslint .",
"test": "mocha test/*.spec.js",
"test:browserstack": "node test/browserstack.js",
"watch": "mocha test --watch",
Expand Down

0 comments on commit 924f411

Please sign in to comment.