JoshuaKGoldberg / sentences-per-line

Contributed markdownlint rule for limiting sentences per line. πŸ“
MIT License
8 stars 1 forks source link
lint markdown markdownlint markdownlint-rule sentences

sentences-per-line

Contributed markdownlint rule for limiting sentences per line. πŸ“

All Contributors: 2 πŸ‘ͺ Codecov Test Coverage Contributor Covenant License: MIT Sponsor: On GitHub Style: Prettier TypeScript: Strict npm package version Contributor Covenant

- First sentence. Second sentence.
+ First sentence.
+ Second sentence.

In other words, sentences-per-line makes sure no line contains more than one sentence. This is useful because:

Usage

First install this package as a devDependency:

npm i -D sentences-per-line

Then provide it to markdownlint-cli's --rules:

markdownlint --rules sentences-per-line

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! πŸ’–

Contributors

Andrew Rynhard
Andrew Rynhard

πŸ€”
Josh Goldberg
Josh Goldberg

πŸ”§ πŸ’» πŸ› πŸ€” 🚧 πŸš‡

πŸ’™ This package was templated with create-typescript-app.