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

.eslintignore 223B

123456789101112
  1. # Ignoring folders for eslint
  2. node_modules/
  3. 3rdparty/
  4. **/vendor/
  5. **/l10n/
  6. **/js/*
  7. *.config.js
  8. tests/lib/
  9. apps-extra
  10. # TODO: remove when comments files is not using handlebar templates anymore
  11. apps/comments/src/templates.js