Skip to content

Commit

Permalink
Update deps (graphql#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored and saihaj committed Jan 12, 2021
1 parent 45fa02f commit e5378dc
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 335 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.yml
Expand Up @@ -143,7 +143,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.12.x`
# ESLint builtin rules list based on `v7.13.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -504,7 +504,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.6.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.7.x`
##########################################################################

# Supported Rules
Expand All @@ -529,6 +529,7 @@ overrides:
'@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-confusing-void-expression': 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 e5378dc

Please sign in to comment.