選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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