Skip to content

un-ts/markuplint

Repository files navigation

@unts/markuplint

GitHub Actions Workflow Status FOSSA Status Codecov CodeRabbit Pull Request Reviews type-coverage GitHub release

Conventional Commits Renovate enabled JavaScript Style Guide Code Style: Prettier changesets

Incredible markuplint plugins, make markuplint greater.

TOC

Angular parser

To enable Angular parser, install markuplint-angular-parser and adjust your .markuplintrc:

{
  "parser": {
    ".html$": "markuplint-angular-parser",
  },
  "rules": {
    // ...
  },
}

Angular-specific 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.

Packages

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. npm View changelog
markuplint-angular-rules Angular specific rules for Markuplint. npm View changelog

markuplint-sync has been deprecated, please use synckit to wrap it directly instead.

Sponsors and Backers

Sponsors and Backers

Sponsors

1stG RxTS UnTS
1stG Open Collective sponsors RxTS Open Collective sponsors UnTS Open Collective sponsors

Backers

1stG RxTS UnTS
1stG Open Collective backers RxTS Open Collective backers UnTS Open Collective backers

Changelog

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

License

MIT © JounQin@1stG.me

FOSSA Status

About

Incredible markuplint plugins, make markuplint greater.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7