.eslintignore 223 B

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