Skip to content

Commit

Permalink
Update deps (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 26, 2021
1 parent 4bb273d commit d32c5a1
Show file tree
Hide file tree
Showing 5 changed files with 1,235 additions and 955 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.yml
Expand Up @@ -85,7 +85,7 @@ rules:
node/prefer-promises/fs: off

##############################################################################
# `eslint-plugin-import` rule list based on `v2.23.x`
# `eslint-plugin-import` rule list based on `v2.24.x`
##############################################################################

# Static analysis
Expand Down Expand Up @@ -150,7 +150,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.29.x`
# ESLint builtin rules list based on `v7.32.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -461,7 +461,7 @@ overrides:
tsdoc/syntax: error

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.28.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.29.x`
##########################################################################

# Supported Rules
Expand Down Expand Up @@ -533,6 +533,7 @@ overrides:
'@typescript-eslint/prefer-readonly-parameter-types': off # TODO consider
'@typescript-eslint/prefer-reduce-type-parameter': error
'@typescript-eslint/prefer-regexp-exec': off
'@typescript-eslint/prefer-return-this-type': error
'@typescript-eslint/prefer-ts-expect-error': error
'@typescript-eslint/prefer-string-starts-ends-with': off # TODO switch to error after IE11 drop
'@typescript-eslint/promise-function-async': off
Expand Down
1 change: 1 addition & 0 deletions .mocharc.yml
@@ -1,3 +1,4 @@
fail-zero: true
throw-deprecation: true
check-leaks: true
require:
Expand Down

0 comments on commit d32c5a1

Please sign in to comment.