Skip to content

A more interactive result list? #112

@moniuch

Description

@moniuch

What a life saver it is! Thank you that you have ever decided to publish this sweet little package that allows to target one specific rule in a way that I couldn't get eslint to, and get focused results. It made my day!

If there could be a way (a flag) to display the results in even more interactive way?

Level 1 - results grouped by rule

> rule1:      10
  rule2:       8
  rule3:       1

enter the selected rule at level 2

Level 2 - a configuration screen for the subsequent screen:

About to display the problem files for rule1. Sort:
> by path
  by number of problems

Level 3 - a list of clickable paths for selected rule, configured

rule1 (total: 10) - sorted by path:

another/path.ts    3
path/to/file1.ts   1
some/component.ts  6

that would be awesome.

Sort by name would allow to distribute work by owning teams.
Sort by number of problems would allow to prioritize work.

Currently I am getting short code snippets from eslint-formatter-friendly (from what I am reading in the README file) - which are not always a priority when doing some high-level overview. This could be a detail level 4. WDYT?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions