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 7722c10 commit 31f2242Copy full SHA for 31f2242
index.js
@@ -43,7 +43,7 @@ module.exports.plugins = [
43
{ no: "End-Of-Life", yes: "End-of-Life" },
44
{ no: "End-of-life", yes: "End-of-Life" },
45
{ no: "Github", yes: "GitHub" },
46
- { no: "Javascript", yes: "JavaScript" },
+ { no: "[Jj]avascript", yes: "JavaScript" },
47
{ no: "Node.JS", yes: "Node.js" },
48
{ no: "node.js", yes: "Node.js" },
49
{ no: "[Nn]ote that", yes: "<nothing>" },
0 commit comments