Indent autofix does't fix everything #5078
Labels
archived due to age
This issue has been archived; please open a new issue for any further discussion
bug
ESLint is working incorrectly
evaluating
The team will evaluate this issue to decide whether it meets the criteria for inclusion
rule
Relates to ESLint's core rules
Here's a small repro case:
Original code:
Will report the following:
First attempt at autofixing will result in no error messages and the following code:
If you run eslint again on the generated code you will get:
Running autofix again will result in completely screwed up code:
Every consecutive run from there on will only make things worse.
Using ESLint v2.0.0-beta.1
The text was updated successfully, but these errors were encountered: