@markuplint/vue-spec
v4.18.0
Published
Extended specification for tags and attributes in Vue
Readme
@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-specUsage
Add specs option to your configuration.
{
"specs": {
".vue$": "@markuplint/vue-spec"
}
}