File tree 3 files changed +9
-5
lines changed 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ module.exports = {
24
24
25
25
'prettier/prettier' : 'error' ,
26
26
27
+ // disabled because we still use `this.set()` in a few places and it works just fine
28
+ 'ember/classic-decorator-no-classic-methods' : 'off' ,
27
29
'ember/no-classic-classes' : 'error' ,
30
+ // disabled because we still use quite a few CPs
31
+ 'ember/no-computed-properties-in-native-classes' : 'off' ,
28
32
'ember/no-empty-attrs' : 'off' ,
29
33
'ember/require-computed-property-dependencies' : 'off' ,
30
34
Original file line number Diff line number Diff line change 107
107
"ember-window-mock" : " 0.7.1" ,
108
108
"eslint" : " 7.14.0" ,
109
109
"eslint-config-prettier" : " 6.15.0" ,
110
- "eslint-plugin-ember" : " 9.6.0 " ,
110
+ "eslint-plugin-ember" : " 10.0.1 " ,
111
111
"eslint-plugin-ember-concurrency" : " 0.2.1" ,
112
112
"eslint-plugin-import-helpers" : " 1.1.0" ,
113
113
"eslint-plugin-prettier" : " 3.2.0" ,
Original file line number Diff line number Diff line change 7422
7422
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.2.1.tgz#9836226a4e2287259250ed57d4f9315d254fbc8f"
7423
7423
integrity sha512-Gan1/Cc0w7w7e+BmIOPIzjiVQumhRguGJDnk49JUWfMVFwECOPvAJ++BOesEj3ogIpQDLeLNMYHN9gtjXmtM8Q==
7424
7424
7425
- eslint-plugin-ember@9.6.0 :
7426
- version "9.6.0 "
7427
- resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-9.6.0. tgz#607669732094081922660c3be5fc29f3caa3ee51 "
7428
- integrity sha512-MNSXffxPhIiYaVc4eisRPeNoRb19W/2pHWiXwETlhQI9w/2VCyXLKY7c/8gtOCcjuEw4Xd5NiCMqxcNmyq5UzQ ==
7425
+ eslint-plugin-ember@10.0.1 :
7426
+ version "10.0.1 "
7427
+ resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.0.1. tgz#41f545a14ba3f4bd83987cc4c7ef3160c15b6bab "
7428
+ integrity sha512-KN1ycf8jGiS7sAr/Hj/j1qspnm5HBS0FezbskdL2xQgQQHMGqvcrbNVUwQd8VOSJzF7OUcOnoBI10U6RmGfHuQ ==
7429
7429
dependencies:
7430
7430
"@ember-data/rfc395-data" "^0.0.4"
7431
7431
css-tree "^1.0.0-alpha.39"
You can’t perform that action at this time.
0 commit comments