Closed franciscolourenco closed 4 years ago
Agree - this would be very helpful. We have a project that has a good chunk of legacy code that we don't want auto formatted any time someone updates a single line of code. Having to turn off ESLint-Formatter every time you edit one of these files is a pain.
I was finding the same problem, and updated the logic we use to determine the current working directory:
This appears to have fixed the problem for me. Please reopen if this is still a problem!
It seemed to be related to https://github.com/eslint/eslint/issues/11087.
"format_on_save" is currently ignoring the rules set in
.eslintignore