UNPKG

1.48 kBPlain TextView Raw
1[ignore]
2; We fork some components by platform
3.*/*[.]android.js
4
5; Ignore "BUCK" generated dirs
6<PROJECT_ROOT>/\.buckd/
7
8; Ignore unexpected extra "@providesModule"
9.*/node_modules/.*/node_modules/fbjs/.*
10
11; Ignore duplicate module providers
12; For RN Apps installed via npm, "Libraries" folder is inside
13; "node_modules/react-native" but in the source repo it is in the root
14.*/Libraries/react-native/React.js
15
16; Ignore polyfills
17.*/Libraries/polyfills/.*
18
19; Ignore metro
20.*/node_modules/metro/.*
21
22[include]
23
24[libs]
25node_modules/react-native/Libraries/react-native/react-native-interface.js
26node_modules/react-native/flow/
27node_modules/react-native/flow-github/
28
29[options]
30emoji=true
31
32module.system=haste
33
34munge_underscores=true
35
36module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
37
38module.file_ext=.js
39module.file_ext=.jsx
40module.file_ext=.json
41module.file_ext=.native.js
42
43suppress_type=$FlowIssue
44suppress_type=$FlowFixMe
45suppress_type=$FlowFixMeProps
46suppress_type=$FlowFixMeState
47
48suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
49suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
50suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
51suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
52
53[version]
54^0.63.0