Skip to content

Commit

Permalink
Add failAfterError to the plugin Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyvanDortmont authored and olegskl committed Oct 18, 2019
1 parent 3fde667 commit 748f8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const pluginName = 'gulp-stylelint';
* @param {Object} [options] - Plugin options.
* @param {String} [options.reportOutputDir] - Common path for all reporters.
* @param {[Object]} [options.reporters] - Reporter configurations.
* @param {Boolean} [options.failAfterError] - If true, the process will end with non-zero error code if any error was raised.
* @param {Boolean} [options.debug] - If true, error stack will be printed.
* @return {Stream} Object stream usable in Gulp pipes.
*/
Expand Down

0 comments on commit 748f8e1

Please sign in to comment.