Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #2993

Merged
merged 1 commit into from Mar 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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