forked from GetStream/react-native-activity-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
37 lines (30 loc) · 1.03 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
[ignore]
<PROJECT_ROOT>/example/
<PROJECT_ROOT>/native-example/
<PROJECT_ROOT>/native-package/
<PROJECT_ROOT>/expo-package/
<PROJECT_ROOT>/node_modules/react-native/Libraries/.*.ios.js
<PROJECT_ROOT>/node_modules/react-native/Libraries/vendor/emitter/
<PROJECT_ROOT>/node_modules/findup/test/
<PROJECT_ROOT>/node_modules/*/test/
<PROJECT_ROOT>/node_modules/*/tests/
<PROJECT_ROOT>/docs/
[include]
[libs]
./custom-definitions/
[lints]
all=warn
untyped-type-import=error
untyped-import=off
unclear-type=off
sketchy-null-string=off
sketchy-null-bool=off
[options]
module.name_mapper.extension='\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)' -> 'RelativeImageStub'
[strict]
[untyped]
<PROJECT_ROOT>/node_modules/react-native/Libraries/react-native/react-native-implementation.js
<PROJECT_ROOT>/node_modules/xdl/build/detach/AndroidShellApp.js.flow
<PROJECT_ROOT>/node_modules/react-native-keyboard-aware-scroll-view/lib/KeyboardAwareHOC.js
<PROJECT_ROOT>/lib/
[declarations]