Skip to content

Commit

Permalink
Update deps (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 12, 2021
1 parent f58b953 commit f103924
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 381 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.yml
Expand Up @@ -143,7 +143,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.23.x`
# ESLint builtin rules list based on `v7.24.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -444,7 +444,7 @@ overrides:

rules:
##############################################################################
# `eslint-plugin-flowtype` rule list based on `v5.4.x`
# `eslint-plugin-flowtype` rule list based on `v5.6.x`
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
##############################################################################

Expand Down Expand Up @@ -476,6 +476,7 @@ overrides:
flowtype/spread-exact-type: off
flowtype/type-id-match: [error, '^[A-Z]']
flowtype/type-import-style: [error, declaration]
flowtype/use-read-only-spread: error
flowtype/use-flow-type: error

# Bellow rules are disabled because coflicts with Prettier, see:
Expand All @@ -502,7 +503,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.20.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.21.x`
##########################################################################

# Supported Rules
Expand Down Expand Up @@ -556,6 +557,7 @@ overrides:
'@typescript-eslint/no-unnecessary-type-arguments': error
'@typescript-eslint/no-unnecessary-type-assertion': error
'@typescript-eslint/no-unnecessary-type-constraint': off # TODO consider
'@typescript-eslint/no-unsafe-argument': off # TODO consider
'@typescript-eslint/no-unsafe-assignment': off # TODO consider
'@typescript-eslint/no-unsafe-call': off # TODO consider
'@typescript-eslint/no-unsafe-member-access': off # TODO consider
Expand Down
3 changes: 0 additions & 3 deletions cspell.yml
Expand Up @@ -23,8 +23,6 @@ overrides:
words:
- graphiql
- sublinks
- subcommand
- transpilation
- instanceof
- flowtype

Expand All @@ -51,7 +49,6 @@ words:
- QLJS # GraphQLJS
- iface
- Reqs
- ORing
- FXXX
- XXXF
- bfnrt
Expand Down

0 comments on commit f103924

Please sign in to comment.