@@ -143,7 +143,7 @@ rules:
143
143
import/dynamic-import-chunkname : off
144
144
145
145
# #############################################################################
146
- # ESLint builtin rules list based on `v7.23 .x`
146
+ # ESLint builtin rules list based on `v7.24 .x`
147
147
# #############################################################################
148
148
149
149
# Possible Errors
@@ -444,7 +444,7 @@ overrides:
444
444
445
445
rules :
446
446
# #############################################################################
447
- # `eslint-plugin-flowtype` rule list based on `v5.4 .x`
447
+ # `eslint-plugin-flowtype` rule list based on `v5.6 .x`
448
448
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
449
449
# #############################################################################
450
450
@@ -476,6 +476,7 @@ overrides:
476
476
flowtype/spread-exact-type : off
477
477
flowtype/type-id-match : [error, '^[A-Z]']
478
478
flowtype/type-import-style : [error, declaration]
479
+ flowtype/use-read-only-spread : error
479
480
flowtype/use-flow-type : error
480
481
481
482
# Bellow rules are disabled because coflicts with Prettier, see:
@@ -502,7 +503,7 @@ overrides:
502
503
- plugin:import/typescript
503
504
rules :
504
505
# #########################################################################
505
- # `@typescript-eslint/eslint-plugin` rule list based on `v4.20 .x`
506
+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.21 .x`
506
507
# #########################################################################
507
508
508
509
# Supported Rules
@@ -556,6 +557,7 @@ overrides:
556
557
' @typescript-eslint/no-unnecessary-type-arguments ' : error
557
558
' @typescript-eslint/no-unnecessary-type-assertion ' : error
558
559
' @typescript-eslint/no-unnecessary-type-constraint ' : off # TODO consider
560
+ ' @typescript-eslint/no-unsafe-argument ' : off # TODO consider
559
561
' @typescript-eslint/no-unsafe-assignment ' : off # TODO consider
560
562
' @typescript-eslint/no-unsafe-call ' : off # TODO consider
561
563
' @typescript-eslint/no-unsafe-member-access ' : off # TODO consider
0 commit comments