@markuplint/svelte-spec
v4.18.0
Published
Extended specification for tags and attributes in Svelte
Readme
@markuplint/svelte-spec
Use markuplint with Svelte. Add Svelte specific elements and attributes to the schema.
Install
$ npm install -D @markuplint/svelte-spec
$ yarn add -D @markuplint/svelte-specUsage
Add specs option to your configuration.
{
"specs": {
".svelte$": "@markuplint/svelte-spec"
}
}