Skip to content

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

Closed
@auggod

Description

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions