Skip to content

Latest commit

 

History

History

vue-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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.