textlint-rule-no-zero-width-spaces

1.0.1 • Public • Published

textlint-rule-no-zero-width-spaces

textlint rule that disallow zero width spaces.

1:1  error  Zero width space is disallowed.  no-zero-width-spaces

Install

Install with npm:

npm install textlint-rule-no-zero-width-spaces

Usage

Via .textlintrc(Recommended)

{
  "rules": {
    "no-zero-width-spaces": true
  }
}

Via CLI

textlint --rule no-zero-width-spaces README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

License

MIT © Tomoyuki Hata

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-no-zero-width-spaces

Weekly Downloads

18,824

Version

1.0.1

License

MIT

Unpacked Size

9.57 kB

Total Files

12

Last publish

Collaborators

  • textlint-user
  • hata6502
  • azu
  • nodaguti
  • 0x6b