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"
}
}
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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"
}
}