1.1.1 • Published 2 years ago

textlint-rule-a3rt-proofreading-v2 v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

textlint-rule-a3rt-proofreading-v2 Actions Status: test

Install

Install with npm:

npm install textlint-rule-a3rt-proofreading-v2

Usage

Installation

Via .textlintrc(Recommended)

{
  "rules": {
    "a3rt-proofreading-v2": {
      "apiKey": "./path/to/key.yaml"
    }
  }
}

Get API Key from Proofreading API

And set yaml like below.

version: 1
rules:
  apiKey: 'APIKEY'

Check rules

Via CLI

textlint --rule a3rt-proofreading-v2 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 ©

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago