@markuplint/vue-spec
Use markuplint with Vue. Add Vue specific elements and attributes to the schema.
Install
$ npm install -D @markuplint/vue-spec
$ yarn add -D @markuplint/vue-spec
Usage
Addspecs
option to your configuration.{
"specs": {
".vue$": "@markuplint/vue-spec"
}
}