UNPKG

markuplint-angular-parser

Version:
36 lines (24 loc) 553 B
# markuplint-angular-parser Angular parser for markuplint. ## Usage ```sh # yarn yarn add markuplint-angular-parser # npm npm i markuplint-angular-parser ``` Add `parser` option into your `.markuplintrc.*` file. ```json { "parser": { ".html$": "markuplint-angular-parser" } } ``` ## Changelog Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md). ## License [MIT][] © [JounQin][]@[1stG.me][] [1stg.me]: https://www.1stg.me [jounqin]: https://github.com/JounQin [mit]: http://opensource.org/licenses/MIT