Skip to content

Commit 3a3072a

Browse files
committed
ESLint: Remove obsolete ember/no-classic-classes rule override
This rule has been added to the `recommended` set
1 parent eb2c0b5 commit 3a3072a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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',
3534
'ember/require-computed-property-dependencies': 'off',

0 commit comments

Comments
 (0)