mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove types-first from flowconfig template
Summary: Removing the experimental types-first flag from RN templates, until these are properly documented in the docs. See https://github.com/facebook/flow/issues/8279 for context. Changelog: [Internal] Reviewed By: jbrown215 Differential Revision: D19728257 fbshipit-source-id: 8f7473b9c8383bd1eef76b5733ff3a26e2e554fc
This commit is contained in:
committed by
Eloy Durán
parent
77305cadf0
commit
cae662bfea
@@ -48,9 +48,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(si
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
experimental.well_formed_exports=true
|
||||
experimental.types_first=true
|
||||
|
||||
[lints]
|
||||
sketchy-null-number=warn
|
||||
sketchy-null-mixed=warn
|
||||
|
||||
Reference in New Issue
Block a user