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

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @markuplint/svelte-parser

    Weekly Downloads

    1,845

    Version

    4.5.1

    License

    MIT

    Unpacked Size

    20.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • yusukehirao