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 @@ -38,6 +38,8 @@ module.exports = {
38
38
'unicorn/explicit-length-check' : [ 'error' , { 'non-zero' : 'not-equal' } ] ,
39
39
// disabled because of false positives related to `EmberArray`
40
40
'unicorn/no-array-for-each' : 'off' ,
41
+ // disabled because it is annoying in some cases...
42
+ 'unicorn/no-await-expression-member' : 'off' ,
41
43
// disabled because we need `null` since JSON has no `undefined`
42
44
'unicorn/no-null' : 'off' ,
43
45
// disabled because this rule conflicts with prettier
Original file line number Diff line number Diff line change 116
116
"eslint-plugin-import-helpers" : " 1.2.0" ,
117
117
"eslint-plugin-prettier" : " 4.0.0" ,
118
118
"eslint-plugin-qunit-dom" : " 0.2.0" ,
119
- "eslint-plugin-unicorn" : " 38 .0.1 " ,
119
+ "eslint-plugin-unicorn" : " 39 .0.0 " ,
120
120
"loader.js" : " 4.7.0" ,
121
121
"match-json" : " 1.3.3" ,
122
122
"normalize.css" : " 8.0.1" ,
Original file line number Diff line number Diff line change @@ -7339,10 +7339,10 @@ eslint-plugin-qunit-dom@0.2.0:
7339
7339
resolved "https://registry.yarnpkg.com/eslint-plugin-qunit-dom/-/eslint-plugin-qunit-dom-0.2.0.tgz#681ea7fbce81d8548b6cc68dc17448e1a4d38d87"
7340
7340
integrity sha512-uqqkzj3k5ee36XOkr6Y9DfTC/6uXq/aWuuo14o79Bky+SmQy3NzK+Vee7UBICDEHhi7SDsFPxdsBFm9cjNAuvg==
7341
7341
7342
- eslint-plugin-unicorn@38 .0.1 :
7343
- version "38 .0.1 "
7344
- resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38 .0.1 .tgz#f95a7fa6e8c92617cdcb4b1ddbc15d877477e73d "
7345
- integrity sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw ==
7342
+ eslint-plugin-unicorn@39 .0.0 :
7343
+ version "39 .0.0 "
7344
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39 .0.0 .tgz#ee76d4f3bf37c605d89fa449d5e7c0c44c54b0cc "
7345
+ integrity sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw ==
7346
7346
dependencies:
7347
7347
"@babel/helper-validator-identifier" "^7.14.9"
7348
7348
ci-info "^3.2.0"
You can’t perform that action at this time.
0 commit comments