Skip to content

Commit f103924

Browse files
Update deps (#3037)
1 parent f58b953 commit f103924

File tree

4 files changed

+380
-381
lines changed

4 files changed

+380
-381
lines changed

.eslintrc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

cspell.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ overrides:
2323
words:
2424
- graphiql
2525
- sublinks
26-
- subcommand
27-
- transpilation
2826
- instanceof
2927
- flowtype
3028

@@ -51,7 +49,6 @@ words:
5149
- QLJS # GraphQLJS
5250
- iface
5351
- Reqs
54-
- ORing
5552
- FXXX
5653
- XXXF
5754
- bfnrt

0 commit comments

Comments
 (0)