@linthtml/linthtml
Advanced tools
Changelog
v0.4.0-beta.3
Change focusable-tabindex-style
rule behavior, now this rules report errors if a node has a tabindex greater than 0.
frame
tag are now listed as self closing elements.
id-class-style
is now correctly called when id-style
or class-style
are not activated.ntag-bans
is now case insensitive, when config is only a single string (same behavior as array config)Remove the speudo rule "tag" and use "dom" instead. Test all the rules with the new linter and the new config.
Changelog
v0.4.0-beta.2
List files to ignore using .linthtmlignore
file or ignoreFiles
property in config object. (Documentation page)
Improve error message for rules indent-size
and indent-style
Changelog
v0.3.2
link-min-length-4
- Search for text content in child nodesbutton-req-content
- Ignore html comments when searching for button's textcontent.Changelog
v0.3.1
id-class-style
rule now report errors even rules id-style
and class-style
are disabled
Changelog
v0.3.0
You can more details about this new format in the migration docs.
You can now set a rule as warnig in the config file (⚠️ only available with the new config format).
Add new rules from htmllint v0.8.0
The CLI will now output a small warning message when running a beta version.
The CLI's output for the issues as been improved and now everythings is properly aligned to improve the readability.
Changelog
v0.3.0-beta.3
Changelog
v0.3.0-beta.2