We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin doesn't seem to be picking up on hanging closing tags e.g.
</p>
When included in a large HTML file, the HTML is then invalid and formatters like Prettier are unable to execute.
Package versions:
{ "@html-eslint/eslint-plugin": "^0.22.0", "@html-eslint/parser": "^0.22.0", "eslint": "^8.56.0", }
I tried using @html-eslint/require-closing-tags but it also does not pick up on hanging closing tags.
@html-eslint/require-closing-tags
The text was updated successfully, but these errors were encountered:
Hi @tobias-edwards Thank you for the report. Are you suggesting adding a lint rule that checks for hanging closing tags?
Sorry, something went wrong.
require-closing-tags
No branches or pull requests
The plugin doesn't seem to be picking up on hanging closing tags e.g.
When included in a large HTML file, the HTML is then invalid and formatters like Prettier are unable to execute.
Package versions:
I tried using
@html-eslint/require-closing-tags
but it also does not pick up on hanging closing tags.The text was updated successfully, but these errors were encountered: