.eslintignore 223 B

1234567891011121314
  1. !/*.js
  2. /tests/**/*.js
  3. !/tests/**/jsfmt.spec.js
  4. !/**/.eslintrc.js
  5. /test.js
  6. /scripts/build/shims
  7. /coverage/
  8. /dist/
  9. **/node_modules/**
  10. /website/build/
  11. /website/static/playground.js
  12. /website/static/lib/
  13. /tests_integration/cli/