Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pinkhominid opened this issue Aug 22, 2023 · 1 comment

Comments

@pinkhominid
Copy link

Something like this fails linting

/**
 * Safari < 16.4
 */

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

@Gerrit0
Copy link
Contributor

Gerrit0 commented Aug 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants