Use markuplint with Astro.
$ npm install -D @markuplint/astro-parser
$ yarn add -D @markuplint/astro-parser
Add parser
option to your configuration.
{
"parser": {
".astro$": "@markuplint/astro-parser"
}
}
Use markuplint with Astro.
$ npm install -D @markuplint/astro-parser
$ yarn add -D @markuplint/astro-parser
Add parser
option to your configuration.
{
"parser": {
".astro$": "@markuplint/astro-parser"
}
}