Skip to content

Commit

Permalink
[fixes ember-cli#3799] fix jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner authored and Zane Mayo committed Apr 9, 2015
1 parent 9a8a312 commit ebe39e7
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 ebe39e7

Please sign in to comment.