Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Added format property, closes #239
Browse files Browse the repository at this point in the history
  • Loading branch information
UTurista authored and UTurista committed Dec 8, 2018
1 parent 5086c27 commit e247574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
var ESLint = require('broccoli-lint-eslint');

return ESLint.create(tree, {
format: this.options.format,
testGenerator: this.options.testGenerator || this._testGenerator,
group: (this.options.group !== false) ? type : undefined,
extensions: this.options.extensions,
Expand Down

0 comments on commit e247574

Please sign in to comment.