Skip to content

Commit

Permalink
Merge pull request #440 from bmish/missing-classic-decorator-rules
Browse files Browse the repository at this point in the history
Add missing rules `classic-decorator-hooks` and `classic-decorator-no-classic-methods` to index.js
  • Loading branch information
rwjblue authored Jun 26, 2019
2 parents e5f9e68 + 01bb69a commit cae5861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = {
'avoid-leaking-state-in-components': require('./rules/avoid-leaking-state-in-components'),
'avoid-leaking-state-in-ember-objects': require('./rules/avoid-leaking-state-in-ember-objects'),
'avoid-using-needs-in-controllers': require('./rules/avoid-using-needs-in-controllers'),
'classic-decorator-hooks': require('./rules/classic-decorator-hooks'),
'classic-decorator-no-classic-methods': require('./rules/classic-decorator-no-classic-methods'),
'closure-actions': require('./rules/closure-actions'),
'jquery-ember-run': require('./rules/jquery-ember-run'),
'local-modules': require('./rules/local-modules'),
Expand Down

0 comments on commit cae5861

Please sign in to comment.