@@ -143,7 +143,7 @@ rules:
143
143
import/dynamic-import-chunkname : off
144
144
145
145
# #############################################################################
146
- # ESLint builtin rules list based on `v7.19 .x`
146
+ # ESLint builtin rules list based on `v7.22 .x`
147
147
# #############################################################################
148
148
149
149
# Possible Errors
@@ -450,7 +450,7 @@ overrides:
450
450
451
451
rules :
452
452
# #############################################################################
453
- # `eslint-plugin-flowtype` rule list based on `v5.2 .x`
453
+ # `eslint-plugin-flowtype` rule list based on `v5.3 .x`
454
454
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
455
455
# #############################################################################
456
456
@@ -489,6 +489,7 @@ overrides:
489
489
flowtype/boolean-style : off
490
490
flowtype/delimiter-dangle : off
491
491
flowtype/generic-spacing : off
492
+ flowtype/object-type-curly-spacing : off
492
493
flowtype/object-type-delimiter : off
493
494
flowtype/semi : off
494
495
flowtype/space-after-type-colon : off
@@ -506,7 +507,7 @@ overrides:
506
507
- plugin:import/typescript
507
508
rules :
508
509
# #########################################################################
509
- # `@typescript-eslint/eslint-plugin` rule list based on `v4.15 .x`
510
+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.17 .x`
510
511
# #########################################################################
511
512
512
513
# Supported Rules
0 commit comments