0.1.7 • Published 7 years ago

proselint v0.1.7

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

proselint

npm Build Status

Proselint wrapper with a friendly reporter. Also skips text in Markdown code blocks.

npm.io

Installation

pip install proselint
npm install -g proselint

Usage

proselintjs filename.md
proselintjs *.md
proselintjs 'pattern/**/*.md'

Configuration

You can disable any rule in ~/.proselintrc:

{
  "checks": {
    "typography.diacritical_marks": false
  }
}

See the original proselint docs for more details.

Changelog

The changelog can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.