Skip to content

Commit

Permalink
Update deps (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 22, 2021
1 parent db4986e commit 533b423
Show file tree
Hide file tree
Showing 3 changed files with 1,029 additions and 954 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v8.3.x`
# ESLint builtin rules list based on `v8.5.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -361,6 +361,7 @@ rules:
prefer-const: error
prefer-destructuring: off
prefer-numeric-literals: error
prefer-object-has-own: off # TODO requires Node.js v16.9.0
prefer-rest-params: off # TODO
prefer-spread: error
prefer-template: off
Expand Down Expand Up @@ -453,7 +454,7 @@ overrides:
tsdoc/syntax: error

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v5.5.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v5.8.x`
##########################################################################

# Supported Rules
Expand Down Expand Up @@ -575,7 +576,7 @@ overrides:
'@typescript-eslint/no-loop-func': error
'@typescript-eslint/no-loss-of-precision': error
'@typescript-eslint/no-redeclare': error
'@typescript-eslint/no-throw-literal': error
'@typescript-eslint/no-throw-literal': error # TODO [error, { allowThrowingAny: false, allowThrowingUnknown: false }]
'@typescript-eslint/no-shadow': error
'@typescript-eslint/no-unused-expressions': error
'@typescript-eslint/no-unused-vars':
Expand Down
Loading

0 comments on commit 533b423

Please sign in to comment.