@markuplint/svelte-parser
v4.18.3
Published
Svelte parser for markuplint
Readme
@markuplint/svelte-parser
Use markuplint with Svelte.
Install
$ npm install @markuplint/svelte-parser
$ yarn add @markuplint/svelte-parserUsage
Add parser option to your configuration.
{
"parser": {
".svelte$": "@markuplint/svelte-parser"
}
}Use with SvelteKit
{
"parser": {
-- ".svelte$": "@markuplint/svelte-parser"
++ ".svelte$": "@markuplint/svelte-parser",
++ ".html$": "@markuplint/svelte-parser/kit"
}
}