Commit ec10d12
committed
flowconfig [nfc]: Follow RN in removing
Done now, to follow the template-app change in
facebook/react-native@fcffb961f, on the path to the RN v0.64
upgrade.
That commit reports that this lint rule is no longer needed because
it's turned on by default. This is corroborated by the Flow
changelog for v0.98.0 [1], and I verified it experimentally -- using
`$Supertype` (one of the deprecated utility types this rule is meant
to catch [2]) is flagged as an error with or without this line in
our config.
[1] https://github.com/facebook/flow/blob/master/Changelog.md#0980
[2] https://flow.org/en/docs/linting/rule-reference/#toc-deprecated-utilitydeprecated-utility lint.1 parent fc17b21 commit ec10d12
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments