.eslintignore 140 B

123456789101112
  1. **/*{.,-}min.js
  2. **/*.sh
  3. coverage/**
  4. dist/*
  5. images/*
  6. node_modules/*
  7. node_modules*/*
  8. stylesheets/*
  9. vendor/*
  10. docs/*
  11. src/dashboard/deprecated/*