tsdoc icon indicating copy to clipboard operation
tsdoc copied to clipboard

tsdoc-html-tag-missing-equals erroneously flagging boolean attributes

Open pinkhominid opened this issue 1 year ago • 0 comments

This valid html with a boolean attribute fails linting

<dialog open>
</dialog>

tsdoc-html-tag-missing-equals: The HTML element has an invalid attribute: Expecting "=" after HTML attribute name eslint(tsdoc/syntax)

And there seems to be no way to disable granular rules, #220.

pinkhominid avatar Aug 22 '23 16:08 pinkhominid