Skip to content

Commit 533b423

Browse files
Update deps (#3438)
1 parent db4986e commit 533b423

File tree

3 files changed

+1029
-954
lines changed

3 files changed

+1029
-954
lines changed

.eslintrc.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ rules:
141141
import/dynamic-import-chunkname: off
142142

143143
##############################################################################
144-
# ESLint builtin rules list based on `v8.3.x`
144+
# ESLint builtin rules list based on `v8.5.x`
145145
##############################################################################
146146

147147
# Possible Errors
@@ -361,6 +361,7 @@ rules:
361361
prefer-const: error
362362
prefer-destructuring: off
363363
prefer-numeric-literals: error
364+
prefer-object-has-own: off # TODO requires Node.js v16.9.0
364365
prefer-rest-params: off # TODO
365366
prefer-spread: error
366367
prefer-template: off
@@ -453,7 +454,7 @@ overrides:
453454
tsdoc/syntax: error
454455

455456
##########################################################################
456-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.5.x`
457+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.8.x`
457458
##########################################################################
458459

459460
# Supported Rules
@@ -575,7 +576,7 @@ overrides:
575576
'@typescript-eslint/no-loop-func': error
576577
'@typescript-eslint/no-loss-of-precision': error
577578
'@typescript-eslint/no-redeclare': error
578-
'@typescript-eslint/no-throw-literal': error
579+
'@typescript-eslint/no-throw-literal': error # TODO [error, { allowThrowingAny: false, allowThrowingUnknown: false }]
579580
'@typescript-eslint/no-shadow': error
580581
'@typescript-eslint/no-unused-expressions': error
581582
'@typescript-eslint/no-unused-vars':

0 commit comments

Comments
 (0)