@markuplint/vue-parser
v4.18.3
Published
Vue parser for markuplint
Downloads
39,959
Readme
@markuplint/vue-parser
Use markuplint with Vue.
Install
$ npm install -D @markuplint/vue-parser
$ yarn add -D @markuplint/vue-parserUsage
Add parser option to your configuration.
{
"parser": {
".vue$": "@markuplint/vue-parser"
}
}parserOptions option work in progress. In the current, the setting is { "sourceType": "module" } that hard coded.
