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

11 months ago
  1. # How to config: https://flow.org/en/docs/config/
  2. [version]
  3. [options]
  4. all=false
  5. emoji=false
  6. include_warnings=false
  7. lazy_mode=false
  8. [include]
  9. [ignore]
  10. .*/node_modules/resolve/test/.*
  11. [untyped]
  12. # <PROJECT_ROOT>/src/models/.*
  13. [declarations]
  14. [libs]
  15. [lints]
  16. all=warn
  17. [strict]
  18. nonstrict-import
  19. unclear-type
  20. unsafe-getters-setters
  21. untyped-import
  22. untyped-type-import