hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Travis lint #228

Closed mklein994 closed 6 years ago

mklein994 commented 6 years ago

This tells travis to check for lint errors before building. If it finds problems, the build will still continue, but it will mark the build as failed.

mklein994 commented 6 years ago

@hjalmers I didn't fix any of the lint errors, because that would make this PR difficult to merge in case you had something else you wanted to merge first. That's why travis is failing.

hjalmers commented 6 years ago

All good, I'm just fiddling with the structure of the examples so it should be fine:)