textlint-rule-terminology

Textlint rule to check correct terms spelling

MIT License

Downloads
19.7K
Stars
46
Committers
13
textlint-rule-terminology - v1.1.3

Published by sapegin over 7 years ago

  • Fixed: Add “pre-release”
textlint-rule-terminology - v1.1.2

Published by sapegin over 7 years ago

  • Fixed: Add “style guide”, “change log” and “source map”
textlint-rule-terminology - v1.1.1

Published by sapegin over 7 years ago

  • Fixed: Tweak rules, add comments
  • Fixed: Allow comments in terms JSON
textlint-rule-terminology - v1.1.0

Published by sapegin over 7 years ago

New features

New config options: skip and defaultTerms.

Bug fixes

  • Better word boundaries check: do not consider a hyphen as a word end.
textlint-rule-terminology - v1.0.0

Published by sapegin over 7 years ago

Breaking changes

New incompatible config format:

[
  "JavaScript",
  ["front[- ]end(\\w*)", "frontend$1"],
  ["(\\w+[^.?!]\\)? )internet", "$1internet"]
]

Other improvements

  • Support for RegExps and exact match (including the case).
  • Proper capitalization of the first letter in the beginning of a sentence.
  • The rule is now fixable.
textlint-rule-terminology - v0.0.2

Published by sapegin over 7 years ago

  • Fixed: Add terms.json to npm package
  • Fixed: A few more words
  • Fixed: More words
Package Rankings
Top 2.48% on Npmjs.org
Badges
Extracted from project README
textlint fixable rule npm Node.js CI status