Merging HTML-spec schema and extended spec schemas
Ex: @markuplint/html-spec + { specs: { "\\.vue$": "@markuplint/vue-spec" } } in configure files.
@markuplint/html-spec
{ specs: { "\\.vue$": "@markuplint/vue-spec" } }
MLDocument.schemas
Readonly
Generated using TypeDoc
Merging HTML-spec schema and extended spec schemas
Ex:
@markuplint/html-spec
+{ specs: { "\\.vue$": "@markuplint/vue-spec" } }
in configure files.