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

2.0.1 • Public • Published

@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
// .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.

Package Sidebar

Install

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

Weekly Downloads

1

Version

2.0.1

License

BSD-3-Clause

Unpacked Size

8.58 kB

Total Files

5

Last publish

Collaborators

  • dlouhak
  • crishpeen
  • petrofcikmatus
  • martinhrdlicka
  • petrlz
  • ondram
  • literat