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.

.flowconfig 996B

123456789101112131415161718192021222324252627282930313233343536
  1. ; XXX The origin of the source code of this .flowconfig file is the jitsi-meet
  2. ; project. As the NPM package jitsi-meet builds the NPM package lib-jitsi-meet
  3. ; and jitsi-meet's react-native requires specific .flowconfig contents, it is
  4. ; mandatory to keep the .flowconfig files of jitsi-meet and lib-jitsi-meet in
  5. ; sync (e.g. the flow-bin version).
  6. ;
  7. [ignore]
  8. ; Ignore packages in node_modules which we (i.e. the lib-jitsi-meet project)
  9. ; have seen to cause errors and we have chosen not to fix.
  10. [include]
  11. [libs]
  12. flow/
  13. [options]
  14. emoji=true
  15. module.system=node
  16. experimental.strict_type_args=true
  17. munge_underscores=true
  18. module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
  19. suppress_type=$FlowIssue
  20. suppress_type=$FlowFixMe
  21. suppress_type=$FixMe
  22. suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
  23. unsafe.enable_getters_and_setters=true
  24. [version]
  25. ^0.38.0