@@ -31,24 +31,25 @@ module.exports = {
3131 'ember/no-new-mixins' : [ 'warn' ] ,
3232
3333 // for 3.24 update
34- 'ember/classic-decorator-no-classic-methods' : [ 'warn ' ] ,
35- 'ember/classic-decorator-hooks' : [ 'warn ' ] ,
34+ 'ember/classic-decorator-no-classic-methods' : [ 'error ' ] ,
35+ 'ember/classic-decorator-hooks' : [ 'error ' ] ,
3636 'ember/no-classic-classes' : [ 'warn' ] ,
3737 'ember/no-mixins' : [ 'warn' ] ,
3838 'ember/no-computed-properties-in-native-classes' : [ 'warn' ] ,
3939 'ember/no-private-routing-service' : [ 'warn' ] ,
40- 'ember/no-test-import-export' : [ 'warn ' ] ,
40+ 'ember/no-test-import-export' : [ 'error ' ] ,
4141 'ember/no-actions-hash' : [ 'warn' ] ,
4242 'ember/no-classic-components' : [ 'warn' ] ,
4343 'ember/no-component-lifecycle-hooks' : [ 'warn' ] ,
4444 'ember/require-tagless-components' : [ 'warn' ] ,
45- 'ember/no-legacy-test-waiters' : [ 'warn ' ] ,
46- 'ember/no-empty-glimmer-component-classes' : [ 'warn ' ] ,
45+ 'ember/no-legacy-test-waiters' : [ 'error ' ] ,
46+ 'ember/no-empty-glimmer-component-classes' : [ 'error ' ] ,
4747 'ember/no-get' : [ 'off' ] , // be careful with autofix, might change behavior
48- 'ember/require-computed-property-dependencies' : [ 'off' ] , // be careful with autofix
49- 'ember/use-ember-data-rfc-395-imports' : [ 'off' ] , // be carful with autofix
50- 'ember/require-super-in-lifecycle-hooks' : [ 'off' ] , // be careful with autofix
51- 'ember/require-computed-macros' : [ 'off' ] , // be careful with autofix
48+ 'ember/require-computed-property-dependencies' : [ 'error' ] , // be careful with autofix
49+ 'ember/use-ember-data-rfc-395-imports' : [ 'error' ] , // be carful with autofix
50+ 'ember/require-super-in-lifecycle-hooks' : [ 'error' ] , // be careful with autofix
51+ 'ember/require-computed-macros' : [ 'error' ] , // be careful with autofix
52+ 'ember/use-brace-expansion' : 'off' ,
5253 } ,
5354 overrides : [
5455 // node files
0 commit comments