safe-react/.flowconfig

24 lines
399 B
Plaintext
Raw Normal View History

2018-03-08 16:19:00 +00:00
[ignore]
.*/node_modules/findup/*
2018-03-09 08:42:35 +00:00
.*/flow-typed/**
2018-03-08 16:19:00 +00:00
[include]
<PROJECT_ROOT>/src/**
[libs]
[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>/gnosis-safe-contracts/build/contracts'
module.name_mapper='.*\(.s?css\)' -> '{}'
[strict]