@rintenki/astro-parser
v0.15.1
Published
Astro parser for rintenki HTML linter
Downloads
343
Readme
@rintenki/astro-parser
Astro parser plugin for rintenki HTML linter.
Install
npm install @rintenki/astro-parserUsage
The parser is auto-detected when installed. To configure explicitly:
{
"parser": {
".astro": "@rintenki/astro-parser"
}
}How it works
Strips frontmatter (---...---) and masks {expression} blocks with nested brace support so that rintenki can lint Astro components.
License
MIT
