Skip to content

Commit 492d16c

Browse files
committed
Auto merge of #3646 - Turbo87:eslint, r=locks
Update ESLint config These rule overrides are no longer necessary
2 parents 3eaf991 + 3a3072a commit 492d16c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ module.exports = {
2929

3030
// disabled because we still use `this.set()` in a few places and it works just fine
3131
'ember/classic-decorator-no-classic-methods': 'off',
32-
'ember/no-classic-classes': 'error',
3332
// disabled because we still use quite a few CPs
3433
'ember/no-computed-properties-in-native-classes': 'off',
35-
'ember/no-empty-attrs': 'off',
3634
'ember/require-computed-property-dependencies': 'off',
3735

3836
'ember-concurrency/no-perform-without-catch': 'warn',

0 commit comments

Comments
 (0)