Skip to content

Latest commit

 

History

History
 
 

astro-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@markuplint/astro-parser

npm version

Use markuplint with Astro.

Install

$ npm install -D @markuplint/astro-parser

$ yarn add -D @markuplint/astro-parser

Usage

Add parser option to your configuration.

{
  "parser": {
    ".astro$": "@markuplint/astro-parser"
  }
}