forked from Skyscanner/backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
28 lines (22 loc) · 1022 Bytes
/
.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
[ignore]
.*/node_modules/jsonlint/.*
.*/native/.*/node_modules/.*
.*/node_modules/config-chain/test/broken.json
[include]
[libs]
[lints]
[options]
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/scripts/stubs/styleStub.js'
module.name_mapper.extension='md' -> '<PROJECT_ROOT>/scripts/stubs/fileStub.js'
module.name_mapper='\(react-native\)' -> '<PROJECT_ROOT>/scripts/stubs/jsModuleStub.js'
module.name_mapper='\(react-native-linear-gradient\)' -> '<PROJECT_ROOT>/scripts/stubs/jsModuleStub.js'
module.name_mapper='\(@storybook/react-native\)' -> '<PROJECT_ROOT>/scripts/stubs/jsModuleStub.js'
module.name_mapper='\(@skyscanner/react-native-transitiongroup\)' -> '<PROJECT_ROOT>/scripts/stubs/jsModuleStub.js'
module.name_mapper='\(react-native-maps\)' -> '<PROJECT_ROOT>/scripts/stubs/jsModuleStub.js'
module.name_mapper='\(recyclerlistview\)' -> '<PROJECT_ROOT>/scripts/stubs/jsModuleStub.js'
emoji=true
module.file_ext=.js
module.file_ext=.json
module.file_ext=.ios.js
module.file_ext=.android.js
[strict]