.htmlvalidate
HTML-validate is an offline HTML5 validator
| Type | object |
|---|---|
| File match |
.htmlvalidate.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/htmlvalidate/latest.json |
| Source | https://html-validate.org/schemas/config.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
$schema
string
root
boolean
If this is set to true no further configurations will be searched.
extends
string[]
Array of shareable or builtin configurations to extend.
elements
string | object[]
Array of modules, plugins or files to load element metadata from. Use
plugins
string | object[]
Array of plugins load. Use
transform
Record<string, string>
Object where key is regular expression to match filename and value is name of transformer or a function.
rules
object
Enable/disable rules, set severity. Some rules have additional configuration like style or patterns to use.