.eslintignore 75 B

1234567
  1. /build/
  2. /config/
  3. /dist/
  4. /*.js
  5. /*.d.ts
  6. /test/unit/coverage/
  7. /node_modules/*