anything-llm/server/.flowconfig
Francisco Bischoff 990a2e85bf
devcontainer v1 (#297)
Implement support for GitHub codespaces and VSCode devcontainers
---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
2024-01-08 15:31:06 -08:00

31 lines
367 B
Plaintext

# 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