-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
71 lines (57 loc) · 2.07 KB
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[ignore]
; Ignore unexpected extra "@providesModule"
.*/node_modules/.*/node_modules/fbjs/.*
; Ignore polyfills
.*/Libraries/polyfills/.*
; Ignore relase
.*/release/.*
[include]
[libs]
./flow/app.js.flow
./app/components/Android/APK.js.flow
./app/components/Android/APKs.js.flow
./app/components/Android/Home.js.flow
./app/components/App/App.js.flow
./app/components/App/AppBar.js.flow
./app/components/App/AppBottomBar.js.flow
./app/components/Base/Animated.js.flow
./app/components/Base/IconWithLabel.js.flow
./app/components/FlexBox/Flex.js.flow
./app/components/IOS/Home.js.flow
./app/components/Layout/AppCard.js.flow
./app/components/Layout/DrawerMenu.js.flow
./app/components/Layout/Header.js.flow
./app/components/Layout/Home.js.flow
./app/components/Layout/Init.js.flow
./app/components/Layout/Layout.js.flow
./app/components/Layout/Open.js.flow
./app/components/Layout/Page.js.flow
./app/components/Layout/Route.js.flow
./app/components/Layout/Router.js.flow
./app/components/Platform/Home.js.flow
./app/components/Platform/Logs.js.flow
./app/components/Platform/Run.js.flow
./app/components/Platform/RunOptions.js.flow
./app/components/ReactNative/Info.js.flow
./app/components/Router/XRoute.js.flow
./app/components/Router/XRouter.js.flow
./app/components/Terminal/Console.js.flow
[options]
emoji=true
module.system=haste
munge_underscores=true
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'
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.json
module.file_ext=.native.js
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.69.0