Skip to content

Commit

Permalink
Update deps (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 15, 2021
1 parent 825ebd3 commit bb58eb9
Show file tree
Hide file tree
Showing 3 changed files with 1,699 additions and 1,874 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.yml
Expand Up @@ -143,7 +143,7 @@ rules:
import/dynamic-import-chunkname: off

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

# Possible Errors
Expand Down Expand Up @@ -442,7 +442,7 @@ rules:

overrides:
- files: 'src/**/*.js'
parser: babel-eslint
parser: '@babel/eslint-parser'
parserOptions:
sourceType: module
plugins:
Expand Down Expand Up @@ -506,7 +506,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.13.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.15.x`
##########################################################################

# Supported Rules
Expand Down

0 comments on commit bb58eb9

Please sign in to comment.