Skip to content

Commit 31f2242

Browse files
nschonniTrott
authored andcommitted
feat: flag lowercase JavaScript (#33)
1 parent 7722c10 commit 31f2242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports.plugins = [
4343
{ no: "End-Of-Life", yes: "End-of-Life" },
4444
{ no: "End-of-life", yes: "End-of-Life" },
4545
{ no: "Github", yes: "GitHub" },
46-
{ no: "Javascript", yes: "JavaScript" },
46+
{ no: "[Jj]avascript", yes: "JavaScript" },
4747
{ no: "Node.JS", yes: "Node.js" },
4848
{ no: "node.js", yes: "Node.js" },
4949
{ no: "[Nn]ote that", yes: "<nothing>" },

0 commit comments

Comments
 (0)