@@ -144,7 +144,7 @@ rules:
144
144
import/dynamic-import-chunkname : off
145
145
146
146
# #############################################################################
147
- # ESLint builtin rules list based on `v7.24 .x`
147
+ # ESLint builtin rules list based on `v7.25 .x`
148
148
# #############################################################################
149
149
150
150
# Possible Errors
@@ -445,7 +445,7 @@ overrides:
445
445
446
446
rules :
447
447
# #############################################################################
448
- # `eslint-plugin-flowtype` rule list based on `v5.6 .x`
448
+ # `eslint-plugin-flowtype` rule list based on `v5.7 .x`
449
449
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
450
450
# #############################################################################
451
451
@@ -488,6 +488,7 @@ overrides:
488
488
flowtype/generic-spacing : off
489
489
flowtype/object-type-curly-spacing : off
490
490
flowtype/object-type-delimiter : off
491
+ flowtype/quotes : off
491
492
flowtype/semi : off
492
493
flowtype/space-after-type-colon : off
493
494
flowtype/space-before-generic-bracket : off
@@ -504,7 +505,7 @@ overrides:
504
505
- plugin:import/typescript
505
506
rules :
506
507
# #########################################################################
507
- # `@typescript-eslint/eslint-plugin` rule list based on `v4.21 .x`
508
+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.22 .x`
508
509
# #########################################################################
509
510
510
511
# Supported Rules
0 commit comments