Skip to content

v1.0.0

Choose a tag to compare

@sapegin sapegin released this 07 Feb 13:09

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.