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 6b287e8 + 75eff3e commit 20d218cCopy full SHA for 20d218c
.eslintrc.js
@@ -31,9 +31,6 @@ module.exports = {
31
32
// disabled because we still use `this.set()` in a few places and it works just fine
33
'ember/classic-decorator-no-classic-methods': 'off',
34
- // disabled because we still use quite a few CPs
35
- 'ember/no-computed-properties-in-native-classes': 'off',
36
- 'ember/require-computed-property-dependencies': 'off',
37
38
'ember-concurrency/no-perform-without-catch': 'warn',
39
'ember-concurrency/require-task-name-suffix': 'error',
0 commit comments