Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 26, 2021
1 parent c52b595 commit 23de122
Show file tree
Hide file tree
Showing 5 changed files with 654 additions and 311 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.yml
Expand Up @@ -444,7 +444,7 @@ overrides:

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

Expand All @@ -455,6 +455,7 @@ overrides:
flowtype/no-dupe-keys: error
flowtype/no-existential-type: off # checked by Flow
flowtype/no-flow-fix-me-comments: off
flowtype/no-internal-flow-type: error
flowtype/no-mixed: off
flowtype/no-mutable-array: off
flowtype/no-primitive-constructor-types: error
Expand Down Expand Up @@ -501,7 +502,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.17.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.19.x`
##########################################################################

# Supported Rules
Expand Down
3 changes: 1 addition & 2 deletions .flowconfig
Expand Up @@ -32,12 +32,11 @@ export-renamed-default=error

[options]
all=true
types_first=false
module.use_strict=true
babel_loose_array_spread=true
experimental.const_params=true
include_warnings=true
no_flowlib=true

[version]
^0.142.0
^0.147.0

0 comments on commit 23de122

Please sign in to comment.