homepage-frontend/.flowconfig
2018-01-18 19:53:38 +01:00

19 lines
390 B
Plaintext

[include]
./src/**/*.js
[ignore]
.*/node_modules/styled-components/.*
.*/build/.*
[libs]
flow-typed
[options]
module.name_mapper.extension='html' -> '<PROJECT_ROOT>/flow/stub/file-loader.js'
module.name_mapper.extension='ejs' -> '<PROJECT_ROOT>/flow/stub/raw-loader.js'
module.use_strict=true
munge_underscores=true
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe