.eslintignore 163 B

123456789101112
  1. blueprints/**/files/**
  2. coverage/**
  3. node_modules/**
  4. dist/**
  5. config/**
  6. server/**
  7. build/**
  8. bin/**
  9. src/static/**
  10. project/*/static/**
  11. project/*/other/**
  12. src/index.html