Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgsisk/remark-lint-config

Opinionated remark-lint configuration for writing Markdown.
https://github.com/mgsisk/remark-lint-config

Last synced: 25 days ago
JSON representation

Opinionated remark-lint configuration for writing Markdown.

Awesome Lists containing this project

README

        

# @mgsisk/remark-lint-config

Opinionated remark-lint configuration for writing Markdown.

[![Latest release][badge-release]][url-release]
[![Build status][badge-build]][url-build]
[![Code quality][badge-quality]][url-codacy]
[![Test coverage][badge-coverage]][url-codacy]
[![Maintainer funding][badge-funding]][url-funding]

The @mgsisk/remark-lint-config package includes an opinionated [remark-lint][]
configurations for writing Markdown.

## Installation

```sh
npm install --save-dev @mgsisk/remark-lint-config
```

## Usage

```yml
// .remarkrc.yml
plugins:
- "@mgsisk/remark-lint-config";
```

[Support resources][] are available if you need help with this project. Refer to
individual plugin documentation for more information on how each works.

## Contributing

[Contributions][] are always welcome; please read the [code of conduct][]
before you begin. See the [changelog][] for notable project changes, and report
any [security][] concerns you find.

## Thanks

To the [contributors][] that help to build, fund, and maintain this project;
the [other works][] that have contributed to and inspired this project; and
anyone that has found this project useful.

## License

[ISC][]

[badge-build]: https://img.shields.io/github/actions/workflow/status/mgsisk/remark-lint-config/build.yml
[badge-coverage]: https://img.shields.io/codacy/coverage/368f6b6ae2f74c3e9f04550afd8820ce
[badge-funding]: https://img.shields.io/github/sponsors/mgsisk
[badge-quality]: https://img.shields.io/codacy/grade/368f6b6ae2f74c3e9f04550afd8820ce
[badge-release]: https://img.shields.io/github/v/tag/mgsisk/remark-lint-config?sort=semver
[changelog]: CHANGELOG.md
[code of conduct]: CODE_OF_CONDUCT.md
[contributions]: CONTRIBUTING.md
[contributors]: AUTHORS.md
[isc]: LICENSE.md
[other works]: THANKS.md
[remark-lint]: https://github.com/remarkjs/remark-lint
[security]: SECURITY.md
[support resources]: SUPPORT.md
[url-build]: https://github.com/mgsisk/remark-lint-config/actions?query=workflow%3Abuild
[url-codacy]: https://app.codacy.com/gh/mgsisk/remark-lint-config
[url-funding]: CONTRIBUTING.md#funding
[url-release]: https://github.com/mgsisk/remark-lint-config/releases