Skip to content

Commit

Permalink
Add ESLint rules for classic decorator
Browse files Browse the repository at this point in the history
This is a part of the installation that I missed 😞
  • Loading branch information
backspace committed Jun 17, 2020
1 parent 2cbfc83 commit 28ac4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ module.exports = {
checkLoops: false,
},
],
'ember/classic-decorator-hooks': 'error',
'ember/classic-decorator-no-classic-methods': 'error',
},
overrides: [
// node files
Expand Down

0 comments on commit 28ac4eb

Please sign in to comment.