Skip to content

Commit 06a1d1e

Browse files
committed
Update deps
1 parent db6525e commit 06a1d1e

File tree

3 files changed

+1509
-1193
lines changed

3 files changed

+1509
-1193
lines changed

.eslintrc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ rules:
173173
simple-import-sort/exports: off # TODO
174174

175175
##############################################################################
176-
# ESLint builtin rules list based on `v8.13.x`
176+
# ESLint builtin rules list based on `v8.14.x`
177177
##############################################################################
178178

179179
# Possible Errors
@@ -185,6 +185,7 @@ rules:
185185
no-await-in-loop: error
186186
no-compare-neg-zero: error
187187
no-cond-assign: error
188+
no-constant-binary-expression: error
188189
no-console: warn
189190
no-constant-condition: error
190191
no-control-regex: error
@@ -486,7 +487,7 @@ overrides:
486487
tsdoc/syntax: error
487488

488489
##########################################################################
489-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.19.x`
490+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.21.x`
490491
##########################################################################
491492

492493
# Supported Rules
@@ -530,7 +531,6 @@ overrides:
530531
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': error
531532
'@typescript-eslint/no-non-null-asserted-optional-chain': error
532533
'@typescript-eslint/no-non-null-assertion': error
533-
'@typescript-eslint/no-parameter-properties': error
534534
'@typescript-eslint/no-redundant-type-constituents': error
535535
'@typescript-eslint/no-invalid-void-type': error
536536
'@typescript-eslint/no-require-imports': error
@@ -550,6 +550,7 @@ overrides:
550550
'@typescript-eslint/no-useless-empty-export': error
551551
'@typescript-eslint/no-var-requires': error
552552
'@typescript-eslint/non-nullable-type-assertion-style': off #TODO temporarily disabled
553+
'@typescript-eslint/parameter-properties': error
553554
'@typescript-eslint/prefer-as-const': error
554555
'@typescript-eslint/prefer-enum-initializers': error
555556
'@typescript-eslint/prefer-for-of': error

0 commit comments

Comments
 (0)