forked from 5afe/safe-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
36 lines (28 loc) · 712 Bytes
/
.flowconfig
File metadata and controls
36 lines (28 loc) · 712 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
32
33
34
35
36
[ignore]
<PROJECT_ROOT>/migrations/**/.*
<PROJECT_ROOT>/contracts/**/.*
<PROJECT_ROOT>/scripts/**/.*
<PROJECT_ROOT>/public/**/.*
<PROJECT_ROOT>/babel.config.js
<PROJECT_ROOT>/jest.config.js
<PROJECT_ROOT>/truffle.js
[untyped]
<PROJECT_ROOT>/config/**/.*
[declarations]
<PROJECT_ROOT>/node_modules/**/.*
<PROJECT_ROOT>/flow-typed/**/.*
[include]
<PROJECT_ROOT>/src/**/.*
[libs]
<PROJECT_ROOT>/flow-typed/**/.*
[lints]
[options]
module.file_ext=.js
module.file_ext=.json
module.file_ext=.jsx
module.file_ext=.css
module.file_ext=.scss
module.name_mapper='^~' ->'<PROJECT_ROOT>/src'
module.name_mapper='^#' ->'<PROJECT_ROOT>/safe-contracts/build/contracts'
module.name_mapper='.*\(.s?css\)' -> '{}'
[strict]