Skip to content

Commit 87370c4

Browse files
gkzfacebook-github-bot
authored andcommitted
Remove use of inexact-spread Flow lint
Summary: After changes to the semantics of spread, this lint is no longer relevant and will be removed in an upcoming version of Flow. Changelog: [Internal] Reviewed By: jbrown215 Differential Revision: D19241147 fbshipit-source-id: 2cad93725055601f2ceaa2379ed3643f136ff69b
1 parent 4e71a30 commit 87370c4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ untyped-type-import=warn
7070
nonstrict-import=warn
7171
deprecated-type=warn
7272
unsafe-getters-setters=warn
73-
inexact-spread=warn
7473
unnecessary-invariant=warn
7574
signature-verification-failure=warn
7675
deprecated-utility=error

.flowconfig.android

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ untyped-type-import=warn
7070
nonstrict-import=warn
7171
deprecated-type=warn
7272
unsafe-getters-setters=warn
73-
inexact-spread=warn
7473
unnecessary-invariant=warn
7574
signature-verification-failure=warn
7675
deprecated-utility=error

template/_flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ untyped-type-import=warn
5959
nonstrict-import=warn
6060
deprecated-type=warn
6161
unsafe-getters-setters=warn
62-
inexact-spread=warn
6362
unnecessary-invariant=warn
6463
signature-verification-failure=warn
6564
deprecated-utility=error

0 commit comments

Comments
 (0)