forked from facebook/relay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
32 lines (25 loc) · 972 Bytes
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ignore]
.*/__tests__/.*
.*/**/*.native.js
<PROJECT_ROOT>/dist/.*
<PROJECT_ROOT>/examples/.*
<PROJECT_ROOT>/node_modules/react/node_modules/.*
<PROJECT_ROOT>/node_modules/react-dom/node_modules/.*
<PROJECT_ROOT>/node_modules/react-static-container/node_modules/.*
[libs]
node_modules/fbjs/flow/lib
[options]
module.system=haste
module.name_mapper='^ReactDOM$' -> 'react-dom'
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
munge_underscores=true
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-6]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*oss[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-6]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*oss[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.46.0