mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
990a2e85bf
Implement support for GitHub codespaces and VSCode devcontainers --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
31 lines
367 B
Plaintext
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
|