Files: c15af0b84f1b24e9f5a68f81207633e4d85bfb9b / .flowconfig
1445 bytesRaw
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 | [include] |
20 | |
21 | [libs] |
22 | node_modules/react-native/Libraries/react-native/react-native-interface.js |
23 | node_modules/react-native/flow/ |
24 | |
25 | [options] |
26 | emoji=true |
27 | |
28 | module.system=haste |
29 | |
30 | munge_underscores=true |
31 | |
32 | module.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' |
33 | |
34 | suppress_type=$FlowIssue |
35 | suppress_type=$FlowFixMe |
36 | suppress_type=$FlowFixMeProps |
37 | suppress_type=$FlowFixMeState |
38 | suppress_type=$FixMe |
39 | |
40 | suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) |
41 | suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ |
42 | suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy |
43 | suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError |
44 | |
45 | unsafe.enable_getters_and_setters=true |
46 | |
47 | [version] |
48 | ^0.56.0 |
49 |
Built with git-ssb-web