textlint

The pluggable natural language linter for text and markdown.

MIT License

Downloads
7.4M
Stars
2.8K
Committers
83

Bot releases are visible (Hide)

textlint - @textlint/[email protected]

Published by azu about 5 years ago

5.1.9 (2019-10-14)

Note: Version bump only for package @textlint/textlint-plugin-markdown

textlint - [email protected]

Published by azu about 5 years ago

10.8.0 (2019-10-14)

Features

  • textlint: experimental support --parallel and --max-concurrency (ef53631)
textlint - [email protected]

Published by azu about 5 years ago

5.1.11 (2019-10-14)

Note: Version bump only for package gulp-textlint

textlint - @textlint/[email protected]

Published by azu about 5 years ago

3.1.8 (2019-10-14)

Note: Version bump only for package @textlint/linter-formatter

textlint - [email protected]

Published by azu about 5 years ago

2.2.10 (2019-10-14)

Note: Version bump only for package textlint-example-use-as-ts-module

textlint - @textlint/[email protected]

Published by azu about 5 years ago

3.1.9 (2019-10-14)

Note: Version bump only for package @textlint/kernel

textlint - @textlint/[email protected]

Published by azu about 5 years ago

6.1.6 (2019-10-14)

Note: Version bump only for package @textlint/markdown-to-ast

textlint - @textlint/[email protected]

Published by azu about 5 years ago

2.1.6 (2019-10-14)

Note: Version bump only for package @textlint/ast-tester

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-use-as-module

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-rulesdir

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-plugin-extensions-option

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-fix-dry-run

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-config-file

textlint - [email protected]

Published by azu over 5 years ago

5.1.9 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-preset

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Note: Version bump only for package textlint-example-cli

textlint - @textlint/[email protected]

Published by azu over 5 years ago

1.0.1 (2019-07-20)

Features

textlint - [email protected]

Published by azu over 5 years ago

11.3.1 (2019-07-20)

[email protected]

If you see following DeprecationWarning, please update to [email protected]

(node:68450) [DEP0091] DeprecationWarning: crypto.DEFAULT_ENCODING is deprecated.
(node:68450) [DEP0010] DeprecationWarning: crypto.createCredentials is deprecated. Use tls.createSecureContext instead.
(node:68450) [DEP0011] DeprecationWarning: crypto.Credentials is deprecated. Use tls.SecureContext instead.

fixes

  • textlint: fix --rulesdir description (#607) (742fe59)
  • textlint: fix crypto's DeprecationWarning (84cfa43)
  • textlint: remove object-assign (9c6275e)
  • utils: move implementation from types to utils (#611) (cd9adbe)
  • use @textlint/module-interop instead of interop-require (10d34a6)

features

  • types: add generics parameter to TextlintRuleReporter<T> (#615) (963324b)

🆕 @textlint/[email protected]

@textlint/module-interop is a new module.
@textlint/module-interop help you to create textlint rule preset.

const { moduleInterop } = require("@textlint/module-interop");
module.exports = {
    rules: {
        ruleA: moduleInterop(require("textlint-rule-external-A")),
        ruleB: moduleInterop(require("@scope/textlint-rule-extenal-B"))
    },
    rulesConfig: {
        ruleA: true,
        ruleB: true
    }
};

For more details, see Creating Preset · textlint document.

@textlint/[email protected]

features

  • types: add generics parameter to TextlintRuleReporter<T> (#615) (963324b)

Changelogs

Bug Fixes

  • textlint: fix --rulesdir description (#607) (742fe59)
  • textlint: fix crypto's DeprecationWarning (84cfa43)

Chores

Code Refactoring

  • test: fix fixture package (9dfa0ae)
  • textlint: remove object-assign (9c6275e)
  • utils: move implementation from types to utils (#611) (cd9adbe)
  • use @textlint/module-interop instead of interop-require (10d34a6)

Features

  • types: add generics parameter to TextlintRuleReporter (#615) (963324b)