Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint bug workaround for Indentation on template literal children is not working as expected #1385

Closed
auggod opened this issue Aug 22, 2019 · 1 comment

Comments

@auggod
Copy link

commented Aug 22, 2019

Related issue: #1176

The work around did not fix the issue for me. Linter was still reporting indent errors
Below, I removed > before *
"ignoredNodes": ["TemplateLiteral *"]
This now works as expected.
I also found some explanation here: https://stackoverflow.com/a/54958527

@feross

This comment has been minimized.

Copy link
Member

commented Aug 22, 2019

Thanks for the bug report. This is fixed in standard 14.0.2.

@feross feross added the bug label Aug 22, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.