0.3.0 • Published 11 months ago
sentences-per-line v0.3.0
- 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:
- Shorter lines result in simpler, easier-to-understand Git diffs
- Longer lines are harder to read in source code
Usage
First install this package as a devDependency:
npm i -D sentences-per-lineThen provide it to markdownlint-cli's --rules:
markdownlint --rules sentences-per-lineDevelopment
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! 💖
Contributors
💙 This package was templated with create-typescript-app.