Skip to content

Commit eb28401

Browse files
Update deps (#2960)
1 parent 3e916ef commit eb28401

File tree

3 files changed

+1416
-2965
lines changed

3 files changed

+1416
-2965
lines changed

.eslintrc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ rules:
143143
import/dynamic-import-chunkname: off
144144

145145
##############################################################################
146-
# ESLint builtin rules list based on `v7.19.x`
146+
# ESLint builtin rules list based on `v7.22.x`
147147
##############################################################################
148148

149149
# Possible Errors
@@ -450,7 +450,7 @@ overrides:
450450

451451
rules:
452452
##############################################################################
453-
# `eslint-plugin-flowtype` rule list based on `v5.2.x`
453+
# `eslint-plugin-flowtype` rule list based on `v5.3.x`
454454
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
455455
##############################################################################
456456

@@ -489,6 +489,7 @@ overrides:
489489
flowtype/boolean-style: off
490490
flowtype/delimiter-dangle: off
491491
flowtype/generic-spacing: off
492+
flowtype/object-type-curly-spacing: off
492493
flowtype/object-type-delimiter: off
493494
flowtype/semi: off
494495
flowtype/space-after-type-colon: off
@@ -506,7 +507,7 @@ overrides:
506507
- plugin:import/typescript
507508
rules:
508509
##########################################################################
509-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.15.x`
510+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.17.x`
510511
##########################################################################
511512

512513
# Supported Rules

0 commit comments

Comments
 (0)