IanVS / eslint-nibble

Ease into ESLint, by fixing one rule at a time
MIT License
787 stars 29 forks source link

Can I skip selecting an rule to "fix"? #85

Closed Stargator closed 3 years ago

Stargator commented 3 years ago

Select one of the rules by arrowing up/down and pressing enter

What can I do at this stage if I don't want to fix anything. I just wanted to see a report.

IanVS commented 3 years ago

Normally I just kill the process with ctrl+c. I can see if there's a nicer way to do that though...

IanVS commented 3 years ago

Yeh, seems like ctrl + c is the way to go. It was suggested to allow escape at one time, but that was decided against. https://github.com/SBoudrias/Inquirer.js/issues/148