Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.eslintignore 330B

12345678910111213141516
  1. # The build artifacts of the lib-jiti-meet project.
  2. lib-jitsi-meet.*
  3. dist/
  4. types/
  5. doc
  6. docs
  7. # ESLint will by default ignore its own configuration file. However, there does
  8. # not seem to be a reason why we will want to risk being inconsistent with our
  9. # remaining JavaScript source code.
  10. !.eslintrc.js
  11. *.d.ts
  12. *.spec.ts
  13. *.spec.js