We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3514d60 commit 559a2fdCopy full SHA for 559a2fd
.eslintrc
@@ -29,6 +29,7 @@
29
"no-trailing-spaces": 2,
30
"no-unexpected-multiline": 2,
31
"no-unreachable": 2,
32
+ "no-unused-vars": 2,
33
"semi": [2, "always"],
34
"use-isnan": 2,
35
"valid-jsdoc": 2,
test/run-cov.js
@@ -1,4 +1,3 @@
1
-var fs = require('fs');
2
var istanbul = require('istanbul');
3
var mkdirp = require('mkdirp');
4
var path = require('path');
0 commit comments