forked from pushtell/react-ab-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
33 lines (28 loc) · 948 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
[libs]
./interfaces/
[include]
./src/*.js
./src/**/*.js
[ignore]
.src/*/*.test.js
.src/**/*.test.js
./node_modules/**/*.js
./node_modules/**/*.json
node_modules/cjson/test/fixtures/templates/conf11tmpl.json
[options]
module.name_mapper='^redux-ab-test/i/\(.*\)' -> '<PROJECT_ROOT>/i/\1'
module.system=haste
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
esproposal.decorators=ignore
esproposal.export_star_as=enable
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
[version]
0.29.0