metro/.flowconfig
David Aurelio d7461f1bc4 Don’t ignore /build/ in node_modules
Summary: …or flow cannot find `jest-haste-map`

Reviewed By: cpojer

Differential Revision: D5218014

fbshipit-source-id: b361d262594ff4f75c334375b0677865c6a03915
2017-06-09 09:56:52 -07:00

16 lines
771 B
Plaintext

[ignore]
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
<PROJECT_ROOT>/packages/.*/build/.*
[options]
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
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
unsafe.enable_getters_and_setters=true
munge_underscores=true