Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.jshintignore 502B

123456789101112131415161718
  1. # The following do not need to be checked because they do not represent JS
  2. # source code.
  3. build/
  4. debian/
  5. libs/
  6. node_modules/
  7. # The following are checked by ESLint with the maximum configuration which
  8. # supersedes JSHint.
  9. flow-typed/
  10. react/
  11. # The following are checked by ESLint with the minimum configuration which does
  12. # not supersede JSHint but take advantage of advanced language features such as
  13. # Facebook Flow which are not supported by JSHint.
  14. modules/translation/translation.js
  15. analytics.js