README: Add community plugin remark-lint-word-case#333
Conversation
Signed-off-by: Marco Bulgarelli <bulgarelli.marco99@gmail.com>
|
Thanks for sharing @Bugg4! You may want to check out https://github.com/remarkjs/remark-retext |
|
Ah, thanks for the info! Let me know if there are any changes I could make or features to add to make |
|
I really like the idea of this plugin! But I agree this really belongs in a retext plugin and |
|
Ok, closing this then, thank you both for the info and feedback 👌🏻 |
|
Hi! This was closed. Team: If this was merged, please describe when this is likely to be released. Otherwise, please add one of the |
Initial checklist
Description of changes
This adds a new community maintained plugin to the list:
remark-lint-word-case.This plugin accepts a list of words, such as ["JavaScript", "TypeScript"] and ensures that they appear with the specified casing, throwing an error if they don't.
Eg: "javascript" or "Javascript" would both throw an error, and they'd be corrected to "JavaScript".