@strv/textlint-rule-preset-strv

3.0.0 • Public • Published

@strv/textlint-rule-preset-strv

STRV's config for textlint

Textlint doesn't support "extends" convention, thus we created rule-preset, which is a collection of rules and rulesConfig.

Usage

npm i --save-dev @strv/textlint-rule-preset-strv

Recommended textlint config

// .textlintrc.js

'use strict'

module.exports = {
  rules: {
    '@strv/textlint-rule-preset-strv': true,
  },
}
.textlintrc or .textlintrc.json
{
  "rules": {
    "@strv/textlint-rule-preset-strv": true
  }
}

License

See the LICENSE file for more information.

Package Sidebar

Install

npm i @strv/textlint-rule-preset-strv

Weekly Downloads

1

Version

3.0.0

License

BSD-3-Clause

Unpacked Size

9.89 kB

Total Files

5

Last publish

Collaborators

  • lucasconstantino
  • strvuser
  • robertrossmann
  • xhudec