0.1.2 • Published 2 years ago

textlint-rule-preset-goodbyte-styleguide v0.1.2

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

A Textlint configuration following the Goodbyte Styleguide.

For more information, the rational behind the rules, or to contribute, see the project on Github. Report any problems, or requests, to Issues.

Installation

Install the latest version of the config:

npm install textlint-rule-preset-goodbyte-styleguide --save-dev

Then, add it to your .textlintrc file:

{
	"rules": { "preset-goodbyte-styleguide": true }
}