-
-
Notifications
You must be signed in to change notification settings - Fork 879
/
.flowconfig
32 lines (26 loc) · 813 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]
<PROJECT_ROOT>/dist/.*
<PROJECT_ROOT>/utils/.*
<PROJECT_ROOT>/examples/.*
<PROJECT_ROOT>/node_modules/.*/test/.*
<PROJECT_ROOT>/node_modules/.*/__tests__/.*
<PROJECT_ROOT>/node_modules/esbuild-plugin-flow/.*
<PROJECT_ROOT>/node_modules/hermes-estree/dist/generated/.*
<PROJECT_ROOT>/node_modules/hermes-estree/dist/.*
<PROJECT_ROOT>/node_modules/hermes-parser/dist/.*
<PROJECT_ROOT>/lib/utils/__tests__/.*
<PROJECT_ROOT>/lib/environment/utils/__tests__/.*
<PROJECT_ROOT>/lib/modules/backupAndRestore/__tests__/.*
[include]
[libs]
./flow/lib
[options]
module.use_strict=true
esproposal.export_star_as=enable
esproposal.optional_chaining=enable
suppress_type=$FlowIssue
suppress_type=$FlowIgnore
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
suppress_comment=\\(.\\|\n\\)*\\$FlowIgnore
[version]
0.84.0