@@ -143,7 +143,7 @@ rules:
143143 import/dynamic-import-chunkname : off
144144
145145 # #############################################################################
146- # ESLint builtin rules list based on `v7.23 .x`
146+ # ESLint builtin rules list based on `v7.24 .x`
147147 # #############################################################################
148148
149149 # Possible Errors
@@ -444,7 +444,7 @@ overrides:
444444
445445 rules :
446446 # #############################################################################
447- # `eslint-plugin-flowtype` rule list based on `v5.4 .x`
447+ # `eslint-plugin-flowtype` rule list based on `v5.6 .x`
448448 # https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
449449 # #############################################################################
450450
@@ -476,6 +476,7 @@ overrides:
476476 flowtype/spread-exact-type : off
477477 flowtype/type-id-match : [error, '^[A-Z]']
478478 flowtype/type-import-style : [error, declaration]
479+ flowtype/use-read-only-spread : error
479480 flowtype/use-flow-type : error
480481
481482 # Bellow rules are disabled because coflicts with Prettier, see:
@@ -502,7 +503,7 @@ overrides:
502503 - plugin:import/typescript
503504 rules :
504505 # #########################################################################
505- # `@typescript-eslint/eslint-plugin` rule list based on `v4.20 .x`
506+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.21 .x`
506507 # #########################################################################
507508
508509 # Supported Rules
@@ -556,6 +557,7 @@ overrides:
556557 ' @typescript-eslint/no-unnecessary-type-arguments ' : error
557558 ' @typescript-eslint/no-unnecessary-type-assertion ' : error
558559 ' @typescript-eslint/no-unnecessary-type-constraint ' : off # TODO consider
560+ ' @typescript-eslint/no-unsafe-argument ' : off # TODO consider
559561 ' @typescript-eslint/no-unsafe-assignment ' : off # TODO consider
560562 ' @typescript-eslint/no-unsafe-call ' : off # TODO consider
561563 ' @typescript-eslint/no-unsafe-member-access ' : off # TODO consider
0 commit comments