Skip to content

Commit

Permalink
remove eslint since it...
Browse files Browse the repository at this point in the history
requires a more recent version of node. We'd have to publish a major bump to increase the node version.
  • Loading branch information
jonschlinkert committed Oct 31, 2019
1 parent 4793b92 commit 07876fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
"node": ">=8.6"
},
"scripts": {
"pretest": "eslint .",
"test": "mocha",
"cover": "nyc --reporter=text --reporter=html mocha"
},
"devDependencies": {
"eslint": "^6.4.0",
"fill-range": "^7.0.1",
"gulp-format-md": "^2.0.0",
"mocha": "^6.0.2",
Expand Down

0 comments on commit 07876fa

Please sign in to comment.