metro/.flowconfig

16 lines
771 B
Plaintext
Raw Normal View History

2017-01-26 12:56:40 +00:00
[ignore]
2017-05-23 12:52:20 +00:00
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
<PROJECT_ROOT>/packages/.*/build/.*
2017-01-26 12:56:40 +00:00
[options]
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
2017-02-24 13:58:08 +00:00
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-9]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-9]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
2017-02-27 10:41:38 +00:00
unsafe.enable_getters_and_setters=true
2017-04-11 17:22:31 +00:00
munge_underscores=true