Skip to content

Commit

Permalink
Merge pull request #7775 from kellyselden/module-unification-addon
Browse files Browse the repository at this point in the history
hotfix module-unification-addon after beta merge
  • Loading branch information
Kelly Selden committed Apr 19, 2018
2 parents 306642b + d34b2e3 commit bda1118
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion blueprints/module-unification-addon/files/.eslintrc.js
Expand Up @@ -20,9 +20,10 @@ module.exports = {
// node files
{
files: [
'ember-cli-build.js',
'index.js',
'testem.js',
'ember-cli-build.js',
'blueprints/*/index.js',
'config/**/*.js',
'tests/dummy/config/**/*.js'
],
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/module-unification-addon/.eslintignore
@@ -0,0 +1 @@
/blueprints/*/files/**/*.js
3 changes: 2 additions & 1 deletion tests/fixtures/module-unification-addon/.eslintrc.js
Expand Up @@ -20,9 +20,10 @@ module.exports = {
// node files
{
files: [
'ember-cli-build.js',
'index.js',
'testem.js',
'ember-cli-build.js',
'blueprints/*/index.js',
'config/**/*.js',
'tests/dummy/config/**/*.js'
],
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/module-unification-addon/package.json
Expand Up @@ -14,7 +14,7 @@
"repository": "",
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"lint:js": "eslint ./*.js addon addon-test-support app blueprints config lib server test-support tests",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
Expand Down

0 comments on commit bda1118

Please sign in to comment.