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

Use tslint-config-prettier #223

Closed hjalmers closed 6 years ago

hjalmers commented 6 years ago

Read more about it here

mklein994 commented 6 years ago

You had mentioned elsewhere that you like prettier because it can format on save. With the TSLint plugin for VSCode, you can do the same thing by adding

{
    "tslint.autoFixOnSave": true
}

to your user settings.

There should be a similar option somewhere in WebStorm's settings.