forked from facebook/relay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
38 lines (30 loc) · 1.14 KB
/
.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
33
34
35
36
37
38
[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/.*
<PROJECT_ROOT>/website-prototyping-tools/node_modules/.*
<PROJECT_ROOT>/website/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=$FlowFixMeProps
suppress_type=$FlowFixMeState
suppress_type=$FixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*oss[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*oss[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
unsafe.enable_getters_and_setters=true
[version]
^0.53.0