Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 26, 2021
1 parent 4bb273d commit 6ba19a5
Show file tree
Hide file tree
Showing 4 changed files with 1,234 additions and 954 deletions.
8 changes: 5 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 @@ -447,6 +447,7 @@ overrides:
parserOptions:
sourceType: module
project: ['tsconfig.json']
allowAutomaticSingleRunInference: true
plugins:
- '@typescript-eslint'
- 'eslint-plugin-tsdoc'
Expand All @@ -461,7 +462,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 +534,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 6ba19a5

Please sign in to comment.