4.0.10 • Published 8 months ago
@markuplint/htmx-parser v4.0.10
@markuplint/htmx-parser
Use markuplint with HTMX. Add HTMX specific elements and attributes to the schema.
Install
$ npm install -D @markuplint/htmx-parser
$ yarn add -D @markuplint/htmx-parser
Usage
Add parser
and spec
option to your configuration.
{
"parser": {
"\\.html$": "@markuplint/htmx-parser"
},
"specs": {
"\\.html$": "@markuplint/htmx-parser/spec"
}
}