Fixes all issues when selecting only one rule
See original GitHub issueWhen selecting a particular rule to be fixed:
It will ask for confirmation:
And after hitting enter it will fix all issues, not just the one that I have chosen.
Any ideas of why this could be happening?
My package.json
looks like:
"nibble": "eslint-nibble --ext .jsx,.js client/"
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Fix Excel Conditional Formatting Problem Extra Rules
And what I do to fix it is select all the rows, except for the first one. Then go to Conditional Formatting, Clear...
Read more >How to Fix It When Outlook Rules Are Not Working - Lifewire
To set up an Outlook message rule, right-click a message and select Rules > Create Rule. Choose a condition and an action to...
Read more >The rules on this computer do not match the rules on Microsoft ...
Choose Server when prompted and then go back in Outlook and re-enable any rules that were disabled. See the Update History page for...
Read more >How to fix just one rule using eslint - Stack Overflow
To fix the issues caused by just one rule, you need to combine --fix --rule with --no-eslintrc . Otherwise your rule will just...
Read more >How to Fix Outlook Rules Not Working in Windows 10
Go down on your list of rules and select the first rule. Once a rule has been selected, click on the Change Rule...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
(specifically, unless
npm ls
exits successfully, you won’t be able to rely on anything working properly)Hi @nisevi, thanks. The peer dependency of eslint-nibble on eslint is 4.0 or above. Are you able to upgrade your eslint to a more recent version?