Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 518 Bytes

File metadata and controls

25 lines (17 loc) · 518 Bytes

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