您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.eslintignore 551B

12345678910111213141516171819
  1. # The build artifacts of the jitsi-meet project.
  2. build/*
  3. # Third-party source code which we (1) do not want to modify or (2) try to
  4. # modify as little as possible.
  5. flow-typed/*
  6. libs/*
  7. resources/*
  8. react/features/stream-effects/virtual-background/vendor/*
  9. load-test/*
  10. react/features/face-landmarks/resources/*
  11. # ESLint will by default ignore its own configuration file. However, there does
  12. # not seem to be a reason why we will want to risk being inconsistent with our
  13. # remaining JavaScript source code.
  14. !.eslintrc.js
  15. # Not worth it.
  16. actionTypes.ts