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

4.5.1 • Public • Published

@markuplint/vue-parser

npm version

Use markuplint with Vue.

Install

$ npm install -D @markuplint/vue-parser

$ yarn add -D @markuplint/vue-parser

Usage

Add parser option to your configuration.

{
  "parser": {
    ".vue$": "@markuplint/vue-parser"
  }
}

parserOptions option work in progress. In the current, the setting is { "sourceType": "module" } that hard coded.

Readme

Keywords

none

Package Sidebar

Install

npm i @markuplint/vue-parser

Weekly Downloads

2,403

Version

4.5.1

License

MIT

Unpacked Size

13.3 kB

Total Files

9

Last publish

Collaborators

  • yusukehirao