@markuplint/svelte-parser
TypeScript icon, indicating that this package has built-in type declarations

4.7.11 • Public • Published

@markuplint/svelte-parser

npm version

Use markuplint with Svelte.

Install

$ npm install @markuplint/svelte-parser

$ yarn add @markuplint/svelte-parser

Usage

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"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @markuplint/svelte-parser

Weekly Downloads

678

Version

4.7.11

License

MIT

Unpacked Size

29.9 kB

Total Files

13

Last publish

Collaborators

  • yusukehirao