google-map-react/.flowconfig
2016-06-13 03:40:27 +03:00

39 lines
1.1 KiB
Plaintext

[ignore]
.*/coverage/.*
.*/scripts/.*
.*/node_modules/flow-bin/.*
# .*/node_modules/fbjs/.*
.*/node_modules/fbjs/lib/Deferred.js.flow
.*/node_modules/.*/flow-bin.*/.*
.*/node_modules/.*/fbjs.*/.*
.*/node_modules/.*/broken.json
.*/node_modules/fixed-data-table/*
.*/node_modules/.*/fixtures/package.json
# .*/node_modules/.*/*.json
.*/node_modules/react-motion.*/*.js
.*/build/**/*.json
[libs]
./flowtypes
[include]
[options]
module.system=haste
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
esproposal.decorators=ignore
suppress_comment=.*\\$FlowIssue
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src
module.system.node.resolve_dirname=app
munge_underscores=true
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy