.eslintignore 115 B

123456789101112
  1. # Ignore artifacts:
  2. dist
  3. lib
  4. npm-debug.log
  5. bower_components
  6. node_modules
  7. yarn-error.log
  8. yarn.lock
  9. src/*.ts
  10. /*.js