forked from stacks-archive/blockstack-browser
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.flowconfig
More file actions
31 lines (27 loc) · 751 Bytes
/
.flowconfig
File metadata and controls
31 lines (27 loc) · 751 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
30
31
[ignore]
.*/node_modules/styled-components/*
.*/node_modules/express/*
.*/node_modules/bigi/*
.*/node_modules/bower-json/*
.*/node_modules/config-chain/*
.*/node_modules/config-chain/*
.*/node_modules/npmconf/*
.*/node_modules/immutable/*
.*/blockstack.js/node_modules/*
.*/blockstack.js/src/*
.*/tmp/nexe/*
.*/node_modules/styled-components/.*
.*/node_modules/.*
.*/build/.*
.*/dist/.*
.*/test-e2e/*
[include]
[libs]
[options]
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=./app
module.name_mapper='^@components' ->'<PROJECT_ROOT>/app/js/components'
module.name_mapper='^@styled' ->'<PROJECT_ROOT>/app/js/styled'
module.name_mapper='^@utils' ->'<PROJECT_ROOT>/app/js/utils'
[lints]
deprecated-call-syntax=off