Skip to content

Commit 42af07e

Browse files
committed
Fix flow config after adding fbjs stubs
1 parent 7c00d73 commit 42af07e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.flowconfig

-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414

1515
# Ignore react and fbjs where there are overlaps, but don't ignore
1616
# anything that react-native relies on
17-
.*/node_modules/fbjs/lib/Map.js
18-
.*/node_modules/fbjs/lib/Promise.js
1917
.*/node_modules/fbjs/lib/fetch.js
2018
.*/node_modules/fbjs/lib/ExecutionEnvironment.js
21-
.*/node_modules/fbjs/lib/isEmpty.js
22-
.*/node_modules/fbjs/lib/crc32.js
2319
.*/node_modules/fbjs/lib/ErrorUtils.js
2420

2521
# Flow has a built-in definition for the 'react' module which we prefer to use

0 commit comments

Comments
 (0)