File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ inexact-spread=error
27
27
implicit-inexact-object=error
28
28
unnecessary-optional-chain=error
29
29
unnecessary-invariant=off
30
+ signature-verification-failure=error
31
+ uninitialized-instance-property=off
32
+ non-array-spread=error
30
33
31
34
[options]
32
35
include_warnings=true
@@ -35,4 +38,5 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
35
38
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
36
39
37
40
[version]
38
- ^0.102.0
41
+ ^0.104.0
42
+
Original file line number Diff line number Diff line change 52
52
"chai" : " 4.2.0" ,
53
53
"eslint" : " 5.16.0" ,
54
54
"eslint-plugin-flowtype" : " 3.12.1" ,
55
- "flow-bin" : " 0.102 .0" ,
55
+ "flow-bin" : " 0.104 .0" ,
56
56
"mocha" : " 6.2.0" ,
57
57
"nyc" : " 14.1.1" ,
58
58
"prettier" : " 1.18.2"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ declare function flatMap<T, U>(
9
9
// $FlowFixMe
10
10
const flatMap = Array . prototype . flatMap
11
11
? function ( list , fn ) {
12
- // $FlowFixMe
13
12
return Array . prototype . flatMap . call ( list , fn ) ;
14
13
}
15
14
: function ( list , fn ) {
Original file line number Diff line number Diff line change @@ -1299,10 +1299,10 @@ flatted@^2.0.0:
1299
1299
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
1300
1300
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
1301
1301
1302
- flow-bin@0.102 .0 :
1303
- version "0.102 .0"
1304
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.102 .0.tgz#3d5de44bcc26d26585e932b3201988b766f9b380 "
1305
- integrity sha512-mYon6noeLO0Q5SbiWULLQeM1L96iuXnRtYMd47j3bEWXAwUW9EnwNWcn+cZg/jC/Dg4Wj/jnkdTDEuFtbeu1ww ==
1302
+ flow-bin@0.104 .0 :
1303
+ version "0.104 .0"
1304
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.104 .0.tgz#ef5b3600dfd36abe191a87d19f66e481bad2e235 "
1305
+ integrity sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw ==
1306
1306
1307
1307
foreground-child@^1.5.6 :
1308
1308
version "1.5.6"
You can’t perform that action at this time.
0 commit comments