Skip to content

Commit

Permalink
Add comments to unified-engine options
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 10, 2019
1 parent ecd5d73 commit 71ddd8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions options.js
Expand Up @@ -46,9 +46,13 @@ module.exports = function (argv, packageOpts, files, cwd, repo) {
listItemIndent: '1'
},
pluginPrefix: 'remark',
// "Whether to write successfully processed files"
output: argv.fix,
// "Whether to write the processed file to streamOut"
out: false,
// "Call back with an unsuccessful (1) code on warnings as well as errors"
frail: true,
// "Do not report successful files"
quiet: true
}
}

0 comments on commit 71ddd8e

Please sign in to comment.