eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
518 stars 15 forks source link

[FEAT] Add some shortcuts like vite #55

Open 9romise opened 1 month ago

9romise commented 1 month ago

When I was using Vite, I found the shortcuts like 'o' and 'c' incredibly useful. They were a lifesaver. Therefore, I believe the config inspector could benefit from having similar shortcuts as well.

antfu commented 1 month ago

Sounds good. PR welcome :)

mnik01 commented 1 month ago

Hello! @9romise you mean in CLI or in web interface directly? Any suggestions about specific shortcuts or actions that you want to have in shortcuts?

9romise commented 1 month ago

Hello! @9romise you mean in CLI or in web interface directly? Any suggestions about specific shortcuts or actions that you want to have in shortcuts?

image There are shortcuts in Vite. In my opinion, these shortcuts apply to all local service based tools.