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
Labels

Comments

@auggod
Copy link

auggod 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
Copy link
Member

feross 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
brettz9 pushed a commit to brettz9/eslint-config-standard that referenced this issue Dec 31, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants