Skip to content

Commit 07876fa

Browse files
committed
remove eslint since it...
requires a more recent version of node. We'd have to publish a major bump to increase the node version.
1 parent 4793b92 commit 07876fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
"node": ">=8.6"
1919
},
2020
"scripts": {
21-
"pretest": "eslint .",
2221
"test": "mocha",
2322
"cover": "nyc --reporter=text --reporter=html mocha"
2423
},
2524
"devDependencies": {
26-
"eslint": "^6.4.0",
2725
"fill-range": "^7.0.1",
2826
"gulp-format-md": "^2.0.0",
2927
"mocha": "^6.0.2",

0 commit comments

Comments
 (0)