Skip to content

Commit

Permalink
Update deps (#2810)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 27, 2020
1 parent ef2bf2f commit 3aad20b
Show file tree
Hide file tree
Showing 4 changed files with 1,958 additions and 356 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.yml
Expand Up @@ -144,7 +144,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.8.x`
# ESLint builtin rules list based on `v7.10.x`
##############################################################################

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

no-undef: off # FIXME: temporary disabled due to https://github.com/typescript-eslint/typescript-eslint/issues/2462
Expand Down Expand Up @@ -646,6 +646,7 @@ overrides:
# https://github.com/prettier/eslint-config-prettier/blob/master/%40typescript-eslint.js
'@typescript-eslint/quotes': off
'@typescript-eslint/brace-style': off
'@typescript-eslint/comma-dangle': off
'@typescript-eslint/comma-spacing': off
'@typescript-eslint/func-call-spacing': off
'@typescript-eslint/indent': off
Expand Down
5 changes: 3 additions & 2 deletions .flowconfig
@@ -1,6 +1,7 @@
[ignore]
.*
!<PROJECT_ROOT>/src
<PROJECT_ROOT>/src/__fixtures__/github-schema.json

[include]

Expand Down Expand Up @@ -32,11 +33,11 @@ export-renamed-default=error

[options]
all=true
types_first=false
module.use_strict=true
babel_loose_array_spread=true
esproposal.optional_chaining=enable
experimental.const_params=true
include_warnings=true

[version]
^0.133.0
^0.134.0

0 comments on commit 3aad20b

Please sign in to comment.