You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
homepage-frontend/.flowconfig

18 lines
370 B

[ignore]
.*/build/.*
[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='asc' -> '<PROJECT_ROOT>/flow/stub/file-loader.js'
module.name_mapper.extension='ejs' -> '<PROJECT_ROOT>/flow/stub/raw-loader.js'
[strict]