File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ module.exports = {
31
31
32
32
// disabled because we still use `this.set()` in a few places and it works just fine
33
33
'ember/classic-decorator-no-classic-methods' : 'off' ,
34
+ // disabled because the alternatives are currently not worth the additional complexity
35
+ 'ember/no-array-prototype-extensions' : 'off' ,
34
36
35
37
'ember-concurrency/no-perform-without-catch' : 'warn' ,
36
38
'ember-concurrency/require-task-name-suffix' : 'error' ,
Original file line number Diff line number Diff line change 112
112
"ember-window-mock" : " 0.8.1" ,
113
113
"eslint" : " 8.20.0" ,
114
114
"eslint-config-prettier" : " 8.5.0" ,
115
- "eslint-plugin-ember" : " 10.6.1 " ,
115
+ "eslint-plugin-ember" : " 11.0.3 " ,
116
116
"eslint-plugin-ember-concurrency" : " 0.5.1" ,
117
117
"eslint-plugin-import-helpers" : " 1.2.1" ,
118
118
"eslint-plugin-prettier" : " 4.2.1" ,
Original file line number Diff line number Diff line change @@ -7218,10 +7218,10 @@ eslint-plugin-ember-concurrency@0.5.1:
7218
7218
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.5.1.tgz#48c283e296cea0b591677da9359469537b16369d"
7219
7219
integrity sha512-sQjDs/pZt2+882M15hnEdmcxh7LIObP9d8kt5yw5nKNR6tGF5SIBPx00Jji61KYISakFHzSgcZfgquK3dfY8xA==
7220
7220
7221
- eslint-plugin-ember@10.6.1 :
7222
- version "10.6.1 "
7223
- resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.6.1 .tgz#04ea84cc82307f64a2faa4f2855b30e5ebf9f722 "
7224
- integrity sha512-R+TN3jwhYQ2ytZCA1VkfJDZSGgHFOHjsHU1DrBlRXYRepThe56PpuGxywAyDvQ7inhoAz3e6G6M60PzpvjzmNg ==
7221
+ eslint-plugin-ember@11.0.3 :
7222
+ version "11.0.3 "
7223
+ resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.3 .tgz#66db6c78c35553356b96666dff3c4dc17c0edb30 "
7224
+ integrity sha512-nXfVSHwmrYF9cix/wAr0nWSm3Y181JLrWFPyOGubXRZUyJVWdLexOfI4mDMY0jC0W6ndk3qSFVxyYEUwG+687w ==
7225
7225
dependencies:
7226
7226
"@ember-data/rfc395-data" "^0.0.4"
7227
7227
css-tree "^2.0.4"
You can’t perform that action at this time.
0 commit comments