-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request