@rintenki/vue-parser
v0.15.1
Published
Vue SFC parser for rintenki HTML linter
Readme
@rintenki/vue-parser
Vue SFC parser plugin for rintenki HTML linter.
Install
npm install @rintenki/vue-parserUsage
The parser is auto-detected when installed. To configure explicitly:
{
"parser": {
".vue": "@rintenki/vue-parser"
}
}How it works
Extracts the <template> block via @vue/compiler-sfc and masks {{ }} interpolations so that rintenki can lint the HTML portions of Vue SFCs.
License
MIT
