@markuplint/astro-parser
v4.18.3
Published
astro parser for markuplint
Downloads
9,623
Readme
@markuplint/astro-parser
Use markuplint with Astro.
Install
$ npm install -D @markuplint/astro-parser
$ yarn add -D @markuplint/astro-parserUsage
Add parser option to your configuration.
{
"parser": {
".astro$": "@markuplint/astro-parser"
}
}