Skip to content

Commit

Permalink
Update deps (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 13, 2021
1 parent 3e916ef commit eb28401
Show file tree
Hide file tree
Showing 3 changed files with 1,416 additions and 2,965 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.yml
Expand Up @@ -143,7 +143,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.19.x`
# ESLint builtin rules list based on `v7.22.x`
##############################################################################

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

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

Expand Down Expand Up @@ -489,6 +489,7 @@ overrides:
flowtype/boolean-style: off
flowtype/delimiter-dangle: off
flowtype/generic-spacing: off
flowtype/object-type-curly-spacing: off
flowtype/object-type-delimiter: off
flowtype/semi: off
flowtype/space-after-type-colon: off
Expand All @@ -506,7 +507,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.15.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.17.x`
##########################################################################

# Supported Rules
Expand Down

0 comments on commit eb28401

Please sign in to comment.