chore: upgrade dependencies (#7232)

This commit is contained in:
Joshua Chen 2022-04-23 11:55:01 +08:00 committed by GitHub
parent 58f393d768
commit 242f2e780e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 342 additions and 324 deletions

View file

@ -63,6 +63,7 @@ module.exports = {
'no-await-in-loop': OFF,
'no-case-declarations': WARNING,
'no-console': OFF,
'no-constant-binary-expression': ERROR,
'no-continue': OFF,
'no-control-regex': WARNING,
'no-else-return': [WARNING, {allowElseIf: true}],