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 = {
3838 'unicorn/explicit-length-check' : [ 'error' , { 'non-zero' : 'not-equal' } ] ,
3939 // disabled because of false positives related to `EmberArray`
4040 'unicorn/no-array-for-each' : 'off' ,
41+ // disabled because it is annoying in some cases...
42+ 'unicorn/no-await-expression-member' : 'off' ,
4143 // disabled because we need `null` since JSON has no `undefined`
4244 'unicorn/no-null' : 'off' ,
4345 // disabled because this rule conflicts with prettier
Original file line number Diff line number Diff line change 116116 "eslint-plugin-import-helpers" : " 1.2.0" ,
117117 "eslint-plugin-prettier" : " 4.0.0" ,
118118 "eslint-plugin-qunit-dom" : " 0.2.0" ,
119- "eslint-plugin-unicorn" : " 38 .0.1 " ,
119+ "eslint-plugin-unicorn" : " 39 .0.0 " ,
120120 "loader.js" : " 4.7.0" ,
121121 "match-json" : " 1.3.3" ,
122122 "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:
73397339 resolved "https://registry.yarnpkg.com/eslint-plugin-qunit-dom/-/eslint-plugin-qunit-dom-0.2.0.tgz#681ea7fbce81d8548b6cc68dc17448e1a4d38d87"
73407340 integrity sha512-uqqkzj3k5ee36XOkr6Y9DfTC/6uXq/aWuuo14o79Bky+SmQy3NzK+Vee7UBICDEHhi7SDsFPxdsBFm9cjNAuvg==
73417341
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 ==
73467346 dependencies:
73477347 "@babel/helper-validator-identifier" "^7.14.9"
73487348 ci-info "^3.2.0"
You can’t perform that action at this time.
0 commit comments