forked from react-grid-layout/react-resizable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
31 lines (27 loc) · 800 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
[version]
0.55.0
[ignore]
.*/node_modules/babel.*
.*/node_modules/fbjs/.*
.*/node_modules/express/.*
.*/node_modules/serve-index/.*
<PROJECT_ROOT>/build/.*
[include]
[libs]
[options]
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowFixMe.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowBug.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowIgnore.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowNewLine.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowIssue
suppress_type=$FlowFixMe
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
esproposal.decorators=ignore
esproposal.export_star_as=enable
experimental.strict_call_arity=true
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=.
module.use_strict=true
server.max_workers=6
unsafe.enable_getters_and_setters=true