Skip to content

Commit

Permalink
Update deps (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 8, 2020
1 parent f7061fd commit 9058ab4
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 515 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.yml
Expand Up @@ -129,7 +129,7 @@ rules:
node/prefer-promises/fs: off

##############################################################################
# `eslint-plugin-import` rule list based on `v2.20.x`
# `eslint-plugin-import` rule list based on `v2.21.x`
##############################################################################

# Static analysis
Expand Down Expand Up @@ -190,7 +190,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.1.x`
# ESLint builtin rules list based on `v7.2.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -501,7 +501,7 @@ overrides:
flowtype/no-types-missing-file-annotation: off

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v3.0.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v3.2.x`
##########################################################################

# Supported Rules
Expand All @@ -511,6 +511,7 @@ overrides:
'@typescript-eslint/await-thenable': error
'@typescript-eslint/ban-ts-comment':
[error, { 'ts-expect-error': 'allow-with-description' }]
'@typescript-eslint/ban-tslint-comment': off # TODO error
'@typescript-eslint/ban-types': error
'@typescript-eslint/class-literal-property-style': off
'@typescript-eslint/consistent-type-assertions':
Expand All @@ -523,6 +524,7 @@ overrides:
'@typescript-eslint/method-signature-style': error
'@typescript-eslint/naming-convention': off # TODO consider
'@typescript-eslint/no-base-to-string': error
'@typescript-eslint/no-confusing-non-null-assertion': error
'@typescript-eslint/no-dynamic-delete': off
'@typescript-eslint/no-empty-interface': error
'@typescript-eslint/no-explicit-any': off # TODO error
Expand Down

0 comments on commit 9058ab4

Please sign in to comment.