Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Set "targetExtension" explicitly to ".jshint.lint-test.js"
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 11, 2016
1 parent 8a3fd62 commit 4f23698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {

init: function() {
this._super.init && this._super.init.apply(this, arguments);

this.buildConsole();
},

Expand All @@ -44,6 +44,7 @@ module.exports = {

return require('broccoli-jshint')(tree, {
jshintrcPath: this.jshintrc[type],
targetExtension: 'jshint.lint-test.js',
description: 'JSHint ' + type,
console: this.console,
testGenerator: function(relativePath, passed, errors) {
Expand Down

0 comments on commit 4f23698

Please sign in to comment.