Incredible markuplint plugins, make markuplint greater.
To enable Angular parser, install markuplint-angular-parser
and adjust your .markuplintrc
:
{
"parser": {
".html$": "markuplint-angular-parser"
},
"rules": {
// ...
}
}
If you want to enable additional Angular-specific linter rules, install markuplint-angular-rules
and enable them in your .markuplintrc
:
{
"parser": {
".html$": "markuplint-angular-parser"
},
"plugins": ["markuplint-angular-rules"],
"rules": {
"markuplint-angular-rules/attribute-group-order": true
}
}
See markuplint-angular-rules for list of rules.
This repository is a monorepo managed by changesets what means we actually publish several packages to npm from same codebase, including:
Package | Description | Version |
---|---|---|
markuplint-angular-parser |
Angular parser for markuplint. | |
markuplint-angular-rules |
Angular specific rules for Markuplint. |
markuplint-sync
has been deprecated, please use synckit
to wrap it directly instead.
1stG | RxTS | UnTS |
---|---|---|
1stG | RxTS | UnTS |
---|---|---|
Detailed changes for each release are documented in CHANGELOG.md.