3.0.6 • Published 6 years ago

textlint-plugin-text v3.0.6

Weekly downloads
255
License
MIT
Repository
github
Last release
6 years ago

textlint-plugin-text

Plain text plugin for textlint(https://github.com/textlint/textlint "textlint").

Install

Install with npm:

npm install textlint-plugin-text

Usage

This plugin is built-in support on textlint.


No need configuration.

Manually add text plugin to do following:

{
    "plugins": [
        "text"
    ]
}

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-next.2

6 years ago

3.0.0-next.1

6 years ago

3.0.0-next.0

6 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-beta.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

9 years ago