@markuplint/htmx-parser
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

@markuplint/htmx-parser

npm version

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"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @markuplint/htmx-parser

Weekly Downloads

3

Version

4.0.0

License

MIT

Unpacked Size

18.6 kB

Total Files

11

Last publish

Collaborators

  • yusukehirao