iTwin / eslint-plugin

MIT License
0 stars 0 forks source link

Add new formatter for no-internal rule violations that creates summary tables and csv report #70

Closed anmolshres98 closed 3 months ago

anmolshres98 commented 3 months ago

Create summary table of the no-internal rule violations, preserve default behavior so this formatting would be opt-in and need to be explicitly called.

Also creates a csv with the same table as a report in the current working directory.

Before: image After: image image image

csv report file generated with the same table: image