Skip to content

Commit fb58fd8

Browse files
SamChou19815meta-codesync[bot]
authored andcommitted
Cleanup flowconfig options in react-native (#57173)
Summary: Pull Request resolved: #57173 - All legacy casting syntax has been converted, so we remove `casting_syntax=both` to use the default option of only allowing the new `as` casting syntax - Removed all other options that are already the default value Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D108281827 fbshipit-source-id: 0557fd0e45061c5c3c1d2f517caa3491921d153d
1 parent 9126da4 commit fb58fd8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.flowconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,8 @@ packages/react-native/interface.js
4343
packages/react-native/flow/
4444

4545
[options]
46-
enums=true
47-
experimental.pattern_matching=true
48-
experimental.allow_variance_keywords=true
49-
casting_syntax=both
50-
component_syntax=true
51-
5246
emoji=true
5347

54-
exact_by_default=true
55-
5648
format.bracket_spacing=false
5749

5850
module.file_ext=.js

0 commit comments

Comments
 (0)