Skip to content

Commit b5b40ae

Browse files
committed
[Tests] ensure bin/tape is linted
1 parent ad75f86 commit b5b40ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bin/tape

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ var parseOpts = require('minimist');
66
var glob = require('glob');
77

88
var opts = parseOpts(process.argv.slice(2), {
9-
alias: { r: 'require' },
10-
string: 'require',
11-
default: { r: [] }
12-
});
9+
alias: { r: 'require' },
10+
string: 'require',
11+
default: { r: [] }
12+
});
1313

1414
var cwd = process.cwd();
1515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"prelint": "eclint check",
38-
"lint": "eslint .",
38+
"lint": "eslint . bin/*",
3939
"pretest": "npm run lint",
4040
"test": "npm run tests-only",
4141
"tests-only": "tap test/*.js"

0 commit comments

Comments
 (0)