Skip to content

Commit a4e9bc9

Browse files
Update deps (#3057)
1 parent 44b32fc commit a4e9bc9

File tree

4 files changed

+689
-492
lines changed

4 files changed

+689
-492
lines changed

.eslintrc.yml

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

146146
##############################################################################
147-
# ESLint builtin rules list based on `v7.24.x`
147+
# ESLint builtin rules list based on `v7.25.x`
148148
##############################################################################
149149

150150
# Possible Errors
@@ -445,7 +445,7 @@ overrides:
445445

446446
rules:
447447
##############################################################################
448-
# `eslint-plugin-flowtype` rule list based on `v5.6.x`
448+
# `eslint-plugin-flowtype` rule list based on `v5.7.x`
449449
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
450450
##############################################################################
451451

@@ -488,6 +488,7 @@ overrides:
488488
flowtype/generic-spacing: off
489489
flowtype/object-type-curly-spacing: off
490490
flowtype/object-type-delimiter: off
491+
flowtype/quotes: off
491492
flowtype/semi: off
492493
flowtype/space-after-type-colon: off
493494
flowtype/space-before-generic-bracket: off
@@ -504,7 +505,7 @@ overrides:
504505
- plugin:import/typescript
505506
rules:
506507
##########################################################################
507-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.21.x`
508+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.22.x`
508509
##########################################################################
509510

510511
# Supported Rules

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ include_warnings=true
3838
no_flowlib=true
3939

4040
[version]
41-
^0.148.0
41+
^0.150.0

0 commit comments

Comments
 (0)