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.
30 lines
367 B
30 lines
367 B
# How to config: https://flow.org/en/docs/config/
|
|
[version]
|
|
|
|
[options]
|
|
all=false
|
|
emoji=false
|
|
include_warnings=false
|
|
lazy_mode=false
|
|
|
|
[include]
|
|
|
|
[ignore]
|
|
.*/node_modules/resolve/test/.*
|
|
|
|
[untyped]
|
|
# <PROJECT_ROOT>/src/models/.*
|
|
|
|
[declarations]
|
|
|
|
[libs]
|
|
|
|
[lints]
|
|
all=warn
|
|
|
|
[strict]
|
|
nonstrict-import
|
|
unclear-type
|
|
unsafe-getters-setters
|
|
untyped-import
|
|
untyped-type-import
|