We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eaf991 + 3a3072a commit 492d16cCopy full SHA for 492d16c
.eslintrc.js
@@ -29,10 +29,8 @@ module.exports = {
29
30
// disabled because we still use `this.set()` in a few places and it works just fine
31
'ember/classic-decorator-no-classic-methods': 'off',
32
- 'ember/no-classic-classes': 'error',
33
// disabled because we still use quite a few CPs
34
'ember/no-computed-properties-in-native-classes': 'off',
35
- 'ember/no-empty-attrs': 'off',
36
'ember/require-computed-property-dependencies': 'off',
37
38
'ember-concurrency/no-perform-without-catch': 'warn',
0 commit comments