Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 11, 2018
2 parents 1652efe + d3d90a7 commit fa6b80b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion blueprints/app/files/.eslintrc.js
Expand Up @@ -28,7 +28,8 @@ module.exports = {
],<% if (blueprint !== 'app') { %>
excludedFiles: [
'app/**',
'addon/**'
'addon/**',
'tests/dummy/app/**'
],<% } %>
parserOptions: {
sourceType: 'script',
Expand Down
3 changes: 2 additions & 1 deletion tests/fixtures/addon/npm/.eslintrc.js
Expand Up @@ -28,7 +28,8 @@ module.exports = {
],
excludedFiles: [
'app/**',
'addon/**'
'addon/**',
'tests/dummy/app/**'
],
parserOptions: {
sourceType: 'script',
Expand Down
3 changes: 2 additions & 1 deletion tests/fixtures/addon/yarn/.eslintrc.js
Expand Up @@ -28,7 +28,8 @@ module.exports = {
],
excludedFiles: [
'app/**',
'addon/**'
'addon/**',
'tests/dummy/app/**'
],
parserOptions: {
sourceType: 'script',
Expand Down

0 comments on commit fa6b80b

Please sign in to comment.