Skip to content

Commit d32c5a1

Browse files
Update deps (#3244)
1 parent 4bb273d commit d32c5a1

File tree

5 files changed

+1235
-955
lines changed

5 files changed

+1235
-955
lines changed

.eslintrc.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ rules:
8585
node/prefer-promises/fs: off
8686

8787
##############################################################################
88-
# `eslint-plugin-import` rule list based on `v2.23.x`
88+
# `eslint-plugin-import` rule list based on `v2.24.x`
8989
##############################################################################
9090

9191
# Static analysis
@@ -150,7 +150,7 @@ rules:
150150
import/dynamic-import-chunkname: off
151151

152152
##############################################################################
153-
# ESLint builtin rules list based on `v7.29.x`
153+
# ESLint builtin rules list based on `v7.32.x`
154154
##############################################################################
155155

156156
# Possible Errors
@@ -461,7 +461,7 @@ overrides:
461461
tsdoc/syntax: error
462462

463463
##########################################################################
464-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.28.x`
464+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.29.x`
465465
##########################################################################
466466

467467
# Supported Rules
@@ -533,6 +533,7 @@ overrides:
533533
'@typescript-eslint/prefer-readonly-parameter-types': off # TODO consider
534534
'@typescript-eslint/prefer-reduce-type-parameter': error
535535
'@typescript-eslint/prefer-regexp-exec': off
536+
'@typescript-eslint/prefer-return-this-type': error
536537
'@typescript-eslint/prefer-ts-expect-error': error
537538
'@typescript-eslint/prefer-string-starts-ends-with': off # TODO switch to error after IE11 drop
538539
'@typescript-eslint/promise-function-async': off

.mocharc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
fail-zero: true
12
throw-deprecation: true
23
check-leaks: true
34
require:

0 commit comments

Comments
 (0)