Skip to content

Commit

Permalink
Use new create() factory function
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed May 1, 2017
1 parent 69e25b1 commit 80d820a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -39,9 +39,9 @@ module.exports = {
return undefined;
}

var eslint = require('broccoli-lint-eslint');
var ESLint = require('broccoli-lint-eslint');

return eslint(tree, {
return ESLint.create(tree, {
testGenerator: this.options.testGenerator || this._testGenerator,

console: {
Expand Down

0 comments on commit 80d820a

Please sign in to comment.