Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.flowconfig 872B

1234567891011121314151617181920212223242526272829303132333435
  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. .*/\.git/.*
  9. [include]
  10. [libs]
  11. flow/
  12. [options]
  13. emoji=true
  14. module.system=node
  15. experimental.strict_type_args=true
  16. munge_underscores=true
  17. 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'
  18. suppress_type=$FlowIssue
  19. suppress_type=$FlowFixMe
  20. suppress_type=$FixMe
  21. suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
  22. unsafe.enable_getters_and_setters=true
  23. [version]
  24. ^0.38.0