Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

markuplint-angular-parser

Angular parser for markuplint.

Usage

# yarn
yarn add markuplint-angular-parser

# npm
npm i markuplint-angular-parser

Add parser option into your .markuplintrc.* file.

{
  "parser": {
    ".html$": "markuplint-angular-parser"
  }
}

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me