diff --git a/index.js b/index.js index 3198c67b..c412596b 100644 --- a/index.js +++ b/index.js @@ -48,6 +48,7 @@ module.exports.plugins = [ require("remark-lint-prohibited-strings"), [ { no: "End-Of-Life", yes: "End-of-Life" }, + { no: "End-of-life", yes: "End-of-Life" }, { no: "Github", yes: "GitHub" }, { no: "Javascript", yes: "JavaScript" }, { no: "Node.JS", yes: "Node.js" },