You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.eslintignore 212B

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