Skip to content

Commit

Permalink
Merge pull request #146 from PoslinskiNet/smaller-upgrades
Browse files Browse the repository at this point in the history
Smaller upgrades
  • Loading branch information
PoslinskiNet authored Dec 30, 2018
2 parents 1ba27a8 + fa1f775 commit 6bbae2a
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 477 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = {
},
rules: {
'ember/no-on-calls-in-components': 'off',
'ember/closure-actions': 'off'
'ember/closure-actions': 'off',
'ember/no-observers': 'off'
},
overrides: [
// node files
Expand Down
Loading

0 comments on commit 6bbae2a

Please sign in to comment.