proselint

0.1.7 • Public • Published

proselint

npm Build Status

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

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.

Package Sidebar

Install

npm i proselint

Weekly Downloads

32

Version

0.1.7

License

MIT

Last publish

Collaborators

  • sapegin