homepage-frontend/.flowconfig
Arwed Mett ab54675c82
Some checks failed
continuous-integration/drone/push Build is failing
Cleaned code
- switched from styled-components to less
- included all images in project and removed the github reference
- nicer loading button -> use circle notch now
2019-02-23 23:48:16 +01:00

21 lines
488 B
Plaintext

[ignore]
.*/build/.*
.*/node_modules/styled-components/.*
[include]
[libs]
flow-typed
[lints]
[options]
module.use_strict=true
suppress_type=$FlowIgnore
module.name_mapper.extension='html' -> '<PROJECT_ROOT>/flow/stub/file-loader.js'
module.name_mapper.extension='less' -> '<PROJECT_ROOT>/flow/stub/file-loader.js'
module.name_mapper.extension='asc' -> '<PROJECT_ROOT>/flow/stub/file-loader.js'
module.name_mapper.extension='ejs' -> '<PROJECT_ROOT>/flow/stub/raw-loader.js'
[strict]