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 Build Status Coverage Status

Install

Prerequisites: Node.js (Version 12.4.0 or later)

$ npm install @markuplint/vue-parser

$ yarn add @markuplint/vue-parser

Usage

Add parser option into your .eslintrc.* file.

{
	"extends": "@markuplint/html-spec",
	"parser": {
		".vue$": "@markuplint/vue-parser"
	}
}

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

Contributing

$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test

Copyright © 2020 markuplint. Under the MIT License.