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 #3057

Merged
merged 1 commit into from May 5, 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
7 changes: 4 additions & 3 deletions .eslintrc.yml
Expand Up @@ -144,7 +144,7 @@ rules:
import/dynamic-import-chunkname: off

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

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

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

Expand Down Expand Up @@ -488,6 +488,7 @@ overrides:
flowtype/generic-spacing: off
flowtype/object-type-curly-spacing: off
flowtype/object-type-delimiter: off
flowtype/quotes: off
flowtype/semi: off
flowtype/space-after-type-colon: off
flowtype/space-before-generic-bracket: off
Expand All @@ -504,7 +505,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.21.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.22.x`
##########################################################################

# Supported Rules
Expand Down
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -38,4 +38,4 @@ include_warnings=true
no_flowlib=true

[version]
^0.148.0
^0.150.0