tsdoc icon indicating copy to clipboard operation
tsdoc copied to clipboard

tsdoc-malformed-html-name erroneously flagging use of less than symbol

Open pinkhominid opened this issue 1 year ago • 1 comments

Something like this fails linting

/**
 * Safari < 16.4
 */

tsdoc-malformed-html-name: Invalid HTML element: A space is not allowed here eslint(tsdoc/syntax)

pinkhominid avatar Aug 22 '23 16:08 pinkhominid

This is expected since TSDoc says that comments are markdown/html, so that should be &lt;

Gerrit0 avatar Aug 23 '23 00:08 Gerrit0