Skip to content

Commit 2eff550

Browse files
committed
lint fix
1 parent 494c908 commit 2eff550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@office-iss/react-native-win32/.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
; Ignore react-native files in node_modules since they are copied into project root
5151
.*/node_modules/react-native/.*
5252

53+
; Ignore all flow directory contents in node_modules
54+
.*/flow/.*
5355

5456
; Ignore react-native-windows' build output. Flow is not compiled with long path support and after running unittests these folders have long paths
5557
.*/node_modules/react-native-windows/build/.*

0 commit comments

Comments
 (0)