Skip to content

Commit c87158d

Browse files
committed
[Flow] Deploy v0.12.0
1 parent 1590741 commit c87158d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.flowconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@ Examples/UIExplorer/ImageMocks.js
3636
[options]
3737
module.system=haste
3838

39+
suppress_type=$FlowIssue
40+
suppress_type=$FlowFixMe
41+
suppress_type=$FixMe
42+
43+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
44+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue #[0-9]+
45+
3946
[version]
40-
0.11.0
47+
0.12.0

0 commit comments

Comments
 (0)