Skip to content

Commit 29038b9

Browse files
committed
Add flowconfig for nuclide support
1 parent 3bacac9 commit 29038b9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.flowconfig

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[ignore]
2+
.*/node_modules/fbjs/.*
3+
.*/node_modules/babel-types/.*
4+
.*/node_modules/babel-traverse/.*
5+
.*/node_modules/babylon/.*
6+
.*/node_modules/babel-generator/.*
7+
.*/node_modules/babel-core/lib/.*
8+
.*/node_modules/babel-helper.*
9+
10+
[include]
11+
12+
[libs]
13+
src/typedefs
14+
15+
[options]
16+
suppress_type=$FlowIssue
17+
suppress_type=$FlowFixMe
18+
suppress_type=$FixMe
19+
20+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)
21+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)? #[0-9]+
22+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
23+
24+
esproposal.class_instance_fields=ignore
25+
esproposal.class_static_fields=ignore
26+
module.name_mapper='react-babel-playground' -> '../src/playground'
27+
munge_underscores=true

0 commit comments

Comments
 (0)