Skip to content

Latest commit

 

History

History

alpine-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@markuplint/alpine-parser

npm version

Use markuplint with Alpine.js.

Install

$ npm install -D @markuplint/alpine-parser

$ yarn add -D @markuplint/alpine-parser

Usage

Add parser and spec option to your configuration.

{
  "parser": {
    "\\.html$": "@markuplint/alpine-parser"
  },
  "specs": {
    "\\.html$": "@markuplint/alpine-parser/spec"
  }
}