We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
standard
feross
Learn more about funding links in repositories.
Report abuse
cli
1 parent 460f258 commit 8dfc1c4Copy full SHA for 8dfc1c4
bin/cmd.js
@@ -7,7 +7,7 @@ var getStdin = require('get-stdin')
7
8
function Cli (opts) {
9
var Linter = require('../').linter
10
- var standard = new Linter(opts)
+ var standard = opts.linter || new Linter(opts)
11
12
opts = Object.assign({
13
cmd: 'standard-engine',
0 commit comments