Skip to content

[FEATURE] add an option to ignore starting tabs #432

@steve02081504

Description

@steve02081504

Is your feature request related to a problem? Please describe.
I usually write codes like this:

{
    let html = /*html*/ `
<div>yeah</div>
`
}

and after linting it becomes:

{
    let html = /*html*/ `
        <div>yeah</div>
`
}

it's kinda ugly for me, wanna an option to skip the starting indent from js code for html string template
Additional context
no

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions