homepage-frontend/.flowconfig

19 lines
390 B
Plaintext
Raw Normal View History

2017-07-23 12:31:29 +00:00
[include]
./src/**/*.js
[ignore]
2017-07-29 11:15:23 +00:00
.*/node_modules/styled-components/.*
2017-07-23 12:31:29 +00:00
.*/build/.*
[libs]
flow-typed
[options]
module.name_mapper.extension='html' -> '<PROJECT_ROOT>/flow/stub/file-loader.js'
2017-07-29 08:34:15 +00:00
module.name_mapper.extension='ejs' -> '<PROJECT_ROOT>/flow/stub/raw-loader.js'
2017-07-23 12:31:29 +00:00
module.use_strict=true
munge_underscores=true
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe