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
2 parents 460f258 + 8dfc1c4 commit 3346e02Copy full SHA for 3346e02
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