Skip to content

Commit

Permalink
Remove types-first from flowconfig template
Browse files Browse the repository at this point in the history
Summary:
Removing the experimental types-first flag from RN templates, until these are properly documented in the docs. See facebook/flow#8279 for context.

Changelog: [Internal]

Reviewed By: jbrown215

Differential Revision: D19728257

fbshipit-source-id: 8f7473b9c8383bd1eef76b5733ff3a26e2e554fc
  • Loading branch information
panagosg7 authored and alloy committed Feb 13, 2020
1 parent 77305ca commit cae662b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cae662b

Please sign in to comment.