We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494c908 commit 2eff550Copy full SHA for 2eff550
packages/@office-iss/react-native-win32/.flowconfig
@@ -50,6 +50,8 @@
50
; Ignore react-native files in node_modules since they are copied into project root
51
.*/node_modules/react-native/.*
52
53
+; Ignore all flow directory contents in node_modules
54
+.*/flow/.*
55
56
; Ignore react-native-windows' build output. Flow is not compiled with long path support and after running unittests these folders have long paths
57
.*/node_modules/react-native-windows/build/.*
0 commit comments