Skip to content

Commit 3aad20b

Browse files
Update deps (#2810)
1 parent ef2bf2f commit 3aad20b

File tree

4 files changed

+1958
-356
lines changed

4 files changed

+1958
-356
lines changed

.eslintrc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ rules:
144144
import/dynamic-import-chunkname: off
145145

146146
##############################################################################
147-
# ESLint builtin rules list based on `v7.8.x`
147+
# ESLint builtin rules list based on `v7.10.x`
148148
##############################################################################
149149

150150
# Possible Errors
@@ -505,7 +505,7 @@ overrides:
505505
- plugin:import/typescript
506506
rules:
507507
##########################################################################
508-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.0.x`
508+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.2.x`
509509
##########################################################################
510510

511511
no-undef: off # FIXME: temporary disabled due to https://github.com/typescript-eslint/typescript-eslint/issues/2462
@@ -646,6 +646,7 @@ overrides:
646646
# https://github.com/prettier/eslint-config-prettier/blob/master/%40typescript-eslint.js
647647
'@typescript-eslint/quotes': off
648648
'@typescript-eslint/brace-style': off
649+
'@typescript-eslint/comma-dangle': off
649650
'@typescript-eslint/comma-spacing': off
650651
'@typescript-eslint/func-call-spacing': off
651652
'@typescript-eslint/indent': off

.flowconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[ignore]
22
.*
33
!<PROJECT_ROOT>/src
4+
<PROJECT_ROOT>/src/__fixtures__/github-schema.json
45

56
[include]
67

@@ -32,11 +33,11 @@ export-renamed-default=error
3233

3334
[options]
3435
all=true
36+
types_first=false
3537
module.use_strict=true
3638
babel_loose_array_spread=true
37-
esproposal.optional_chaining=enable
3839
experimental.const_params=true
3940
include_warnings=true
4041

4142
[version]
42-
^0.133.0
43+
^0.134.0

0 commit comments

Comments
 (0)