Skip to content

Commit 28ac4eb

Browse files
committed
Add ESLint rules for classic decorator
This is a part of the installation that I missed 😞
1 parent 2cbfc83 commit 28ac4eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module.exports = {
3333
checkLoops: false,
3434
},
3535
],
36+
'ember/classic-decorator-hooks': 'error',
37+
'ember/classic-decorator-no-classic-methods': 'error',
3638
},
3739
overrides: [
3840
// node files

0 commit comments

Comments
 (0)