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

4.5.0 • 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

2,172

Version

4.5.0

License

MIT

Unpacked Size

20.1 kB

Total Files

11

Last publish

Collaborators

  • yusukehirao