Skip to content

Commit

Permalink
Merge pull request #3800 from ember-cli/fix-jshint
Browse files Browse the repository at this point in the history
[fixes #3799] fix jshint
  • Loading branch information
stefanpenner committed Apr 5, 2015
2 parents b65810f + c39c0ae commit 629e832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/acceptance-test/index.js
@@ -1,4 +1,5 @@
/*jshint node:true*/

module.exports = {
description: 'Generates an acceptance test for a feature.'
};
2 changes: 2 additions & 0 deletions blueprints/component-addon/index.js
@@ -1,3 +1,5 @@
/*jshint node:true*/

var Blueprint = require('../../lib/models/blueprint');
var SilentError = require('../../lib/errors/silent');
var stringUtil = require('../../lib/utilities/string');
Expand Down

0 comments on commit 629e832

Please sign in to comment.