A review of html linters
Briefly

This article discusses the relevance of HTML linting tools in contemporary web development. Despite decreasing direct HTML coding in favor of higher-level languages, static code analysis with HTML linters like v.Nu HTML Checker and html-tidy is still important. The v.Nu checker, maintained by the W3C, offers features such as customizable error handling via .vnurc files. The article highlights the ongoing need for robust HTML validation in CI pipelines, even as the landscape of web development evolves.
Errors & warnings can be selectively ignored using a .vnurc file, which provides flexibility for users who want to customize the validation process for their HTML.
Although HTML linting is not commonly practiced today, tools like v.Nu HTML Checker and html-tidy remain relevant for static code analysis within CI pipelines.
Read at Ludochaordic
[
|
]