Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 883 Bytes

File metadata and controls

48 lines (33 loc) · 883 Bytes

@lmc-eu/textlint-rule-preset-lmc

LMC’s config for textlint

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

Usage

#Yarn
yarn add -D @lmc-eu/textlint-rule-preset-lmc

# npm
npm i --save-dev @lmc-eu/textlint-rule-preset-lmc

Recommended Textlint Config

// .textlintrc.js

'use strict';

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

License

See the LICENSE file for more information.