Skip to content

Commit 20d218c

Browse files
committed
Auto merge of #4077 - Turbo87:eslint-computed, r=locks
ESLint: Enable computed property rules With #4068 we can finally enable these rules now 🥳
2 parents 6b287e8 + 75eff3e commit 20d218c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ module.exports = {
3131

3232
// disabled because we still use `this.set()` in a few places and it works just fine
3333
'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',
3734

3835
'ember-concurrency/no-perform-without-catch': 'warn',
3936
'ember-concurrency/require-task-name-suffix': 'error',

0 commit comments

Comments
 (0)