prefer-const produces invalid autofix when using destructuring with multiple declarators #11699
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
bug
ESLint is working incorrectly
rule
Relates to ESLint's core rules
Tell us about your environment
What parser (default, Babel-ESLint, etc.) are you using?
default
Please show your full configuration:
Configuration
What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.
What did you expect to happen?
I expected ESLint to not create a syntax error.
What actually happened? Please include the actual, raw output from ESLint.
ESLint produced the following autofixed code, which has a syntax error:
Demo link
This was discovered when running the fuzzer locally.
Are you willing to submit a pull request to fix this bug?
Yes, but I'm not sure when I'll have time.
The text was updated successfully, but these errors were encountered: