@markuplint/htmx-parser
v4.0.21
Published
HTMX parser for markuplint
Readme
@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-parserUsage
Add parser and spec option to your configuration.
{
"parser": {
"\\.html$": "@markuplint/htmx-parser"
},
"specs": {
"\\.html$": "@markuplint/htmx-parser/spec"
}
}