We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbfc83 commit 28ac4ebCopy full SHA for 28ac4eb
ui/.eslintrc.js
@@ -33,6 +33,8 @@ module.exports = {
33
checkLoops: false,
34
},
35
],
36
+ 'ember/classic-decorator-hooks': 'error',
37
+ 'ember/classic-decorator-no-classic-methods': 'error',
38
39
overrides: [
40
// node files
0 commit comments