@linthtml/html-parser
Advanced tools
Changelog
0.9.0 (2022-08-26)
Drop support for node 10 and node 12.
Move to monorepo and split codebase into 4 packages:
@linthtml/cli
- The cli part of LintHTML.@linhtml/dom-utils
- Collection of utils functions to manipulate and check HTML nodes, it's used internally by the rules and the HTML parser.@linthtml/html-parser
- The HTML parser used internally to parse HTML content and get return an AST.@linthtml/linthtml
- The core package, it contains all rules, the linter and the config management.All packages have also been migrated to Typescript.
id-no-dup
, stop reporting error for id like toString
Changelog
0.9.0-beta.2 (2022-07-28)
All packages have been migrated to Typescript. Thanks to Typescript some bugs havee been found and corrected.
There's now an online documentation for LintHTML
Changelog
0.9.0-beta.1 (2022-02-17)
Move to monorepo and split codebase into 4 packages:
@linthtml/cli
- The cli part of LintHTML.@linhtml/dom-utils
- Collection of utils functions to manipulate and check HTML nodes, it's used internally by the rules and the HTML parser.@linthtml/html-parser
- The HTML parser used internally to parse HTML content and get return an AST.@linthtml/linthtml
- The core package, it contains all rules, the linter and the config management.All packages have also been migrated to Typescript.