safe-react/.flowconfig

36 lines
712 B
Plaintext
Raw Normal View History

2018-03-08 16:19:00 +00:00
[ignore]
2019-12-02 09:51:44 +00:00
<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/**/.*
2018-03-08 16:19:00 +00:00
[include]
2019-12-02 09:51:44 +00:00
<PROJECT_ROOT>/src/**/.*
2018-03-08 16:19:00 +00:00
[libs]
2019-12-02 09:51:44 +00:00
<PROJECT_ROOT>/flow-typed/**/.*
2018-03-08 16:19:00 +00:00
[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'
2018-03-08 16:19:00 +00:00
module.name_mapper='.*\(.s?css\)' -> '{}'
2019-12-02 09:51:44 +00:00
[strict]