Use markuplint with Vue.
$ npm install -D @markuplint/vue-parser
$ yarn add -D @markuplint/vue-parser
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.