We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad75f86 commit b5b40aeCopy full SHA for b5b40ae
bin/tape
@@ -6,10 +6,10 @@ var parseOpts = require('minimist');
6
var glob = require('glob');
7
8
var opts = parseOpts(process.argv.slice(2), {
9
- alias: { r: 'require' },
10
- string: 'require',
11
- default: { r: [] }
12
- });
+ alias: { r: 'require' },
+ string: 'require',
+ default: { r: [] }
+});
13
14
var cwd = process.cwd();
15
package.json
@@ -35,7 +35,7 @@
35
},
36
"scripts": {
37
"prelint": "eclint check",
38
- "lint": "eslint .",
+ "lint": "eslint . bin/*",
39
"pretest": "npm run lint",
40
"test": "npm run tests-only",
41
"tests-only": "tap test/*.js"
0 commit comments