forked from robinweser/fela
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
29 lines (24 loc) · 684 Bytes
/
.flowconfig
File metadata and controls
29 lines (24 loc) · 684 Bytes
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
[ignore]
.*/benchmarks/.*
.*/examples/.*
.*/node_modules/fbjs/.*
.*/node_modules/babylon/*.*
.*/node_modules/config-chain/*.*
.*/node_modules/npm/*.*
.*/node_modules/npmi/*.*
.*/node_modules/react-native/*.*
.*/node_modules/fbjs/lib/partitionObjectByKey.js
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
.*/node_modules/polished/*.*
.*/node_modules/findup/*.*
.*/node_modules/jss/*.*
.*/node_modules/preact/*.*
<PROJECT_ROOT>/_book
[options]
module.system=haste
module.system.node.resolve_dirname=node_modules
module.name_mapper='(react-native)' -> 'empty/object'
module.name_mapper='(preact)' -> 'empty/object'
module.file_ext=.js
[version]
^0.86.0