We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5df944 commit 8dc7202Copy full SHA for 8dc7202
index.js
@@ -48,6 +48,7 @@ module.exports.plugins = [
48
require("remark-lint-prohibited-strings"),
49
[
50
{ no: "End-Of-Life", yes: "End-of-Life" },
51
+ { no: "End-of-life", yes: "End-of-Life" },
52
{ no: "Github", yes: "GitHub" },
53
{ no: "Javascript", yes: "JavaScript" },
54
{ no: "Node.JS", yes: "Node.js" },
0 commit comments