UNPKG

1.07 kBPlain TextView Raw
1[ignore]
2.*/coverage/.*
3.*/scripts/.*
4.*/node_modules/flow-bin/.*
5.*/node_modules/.*/flow-bin.*/.*
6.*/node_modules/.*/broken.json
7.*/node_modules/fixed-data-table/*
8.*/node_modules/.*/fixtures/package.json
9# .*/node_modules/.*/*.json
10.*/node_modules/react-motion.*/*.js
11.*/build/**/*.json
12
13[libs]
14./flowtypes
15
16[include]
17
18[options]
19module.system=haste
20esproposal.class_static_fields=enable
21esproposal.class_instance_fields=enable
22esproposal.decorators=ignore
23suppress_comment=.*\\$FlowIssue
24module.system.node.resolve_dirname=node_modules
25module.system.node.resolve_dirname=src
26module.system.node.resolve_dirname=app
27munge_underscores=true
28
29suppress_type=$FlowIssue
30suppress_type=$FlowFixMe
31suppress_type=$FixMe
32
33suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
34suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
35suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy