Skip to content

Commit

Permalink
Allow passthrough of rulesDir option to broccoli-lint-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tamzinblake committed Jun 20, 2017
1 parent 9a11755 commit 9e889e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ module.exports = {
testGenerator: this.options.testGenerator || this._testGenerator,
group: (this.options.group !== false) ? type : undefined,

options: {
rulesDir: this.options.rulesDir || 'eslint_rules'
},

console: {
log: function(message) {
ui.writeLine(message);
Expand Down

0 comments on commit 9e889e7

Please sign in to comment.