Skip to content

Commit c542823

Browse files
committed
flow: Allow unused fixmes, for now.
This lets us insert fixmes in a separate commit from the upgrade that makes them necessary.
1 parent 695ef87 commit c542823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ esproposal.optional_chaining=enable
5959
esproposal.nullish_coalescing=enable
6060

6161
# The main warning is "Unused suppression comment".
62-
include_warnings=true
62+
# Temporarily disabled to smooth the RN upgrade.
63+
# include_warnings=true
6364

6465
module.system=haste
6566
module.system.haste.use_name_reducers=true

0 commit comments

Comments
 (0)