safe-react/.flowconfig

38 lines
743 B
Plaintext
Raw Normal View History

2018-03-08 17:19:00 +01:00
[ignore]
2019-11-22 20:23:57 -03:00
<PROJECT_ROOT>/migrations/**/.*
<PROJECT_ROOT>/contracts/**/.*
<PROJECT_ROOT>/scripts/**/.*
<PROJECT_ROOT>/public/**/.*
<PROJECT_ROOT>/src/test/**/.*
<PROJECT_ROOT>/babel.config.js
<PROJECT_ROOT>/jest.config.js
<PROJECT_ROOT>/truffle.js
2018-03-08 17:19:00 +01:00
2019-11-21 16:59:36 -03:00
[untyped]
2019-11-22 20:23:57 -03:00
<PROJECT_ROOT>/config/**/.*
2019-11-21 16:59:36 -03:00
[declarations]
2019-11-22 20:23:57 -03:00
<PROJECT_ROOT>/node_modules/**/.*
<PROJECT_ROOT>/flow-typed/**/.*
2019-11-21 16:59:36 -03:00
2018-03-08 17:19:00 +01:00
[include]
2019-11-22 20:23:57 -03:00
<PROJECT_ROOT>/src/**/.*
2018-03-08 17:19:00 +01:00
[libs]
2019-11-22 20:23:57 -03:00
<PROJECT_ROOT>/flow-typed/**/.*
2018-03-08 17:19:00 +01: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 17:19:00 +01:00
module.name_mapper='.*\(.s?css\)' -> '{}'
[strict]