@@ -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
0 commit comments