v1.0.0
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.