forked from facebookarchive/nuclide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
35 lines (28 loc) · 847 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
33
34
35
[include]
[ignore]
# ignore module source to prefer declaration
.*/node_modules/rxjs/.*
.*/node_modules/react/react.js
# annotated with `@flow` but have errors
.*/node_modules/babel-types/.*
.*/node_modules/fbjs/lib/.*
.*/node_modules/sabor/.*
.*/nuclide-node-transpiler/spec/fixtures/.*
# issues with JSON
.*/node_modules/json5/.*json
[libs]
./pkg/nuclide-external-interfaces/1.0/
./pkg/nuclide-debugger-interfaces/WebInspector.js
[options]
suppress_comment=.*\\$FlowFixMe.*
suppress_comment=.*\\$FlowIssue.*
suppress_comment=.*\\$FlowIgnore.*
# uncommenting the next line will silence flow errors about missing 'fb' modules
# suppress_comment=.*\\$FlowFB.*
esproposal.class_static_fields=enable
esproposal.decorators=ignore
unsafe.enable_getters_and_setters=true
module.use_strict=true
experimental.strict_type_args=true
[version]
0.27.0