Skip to content

Commit 7722c10

Browse files
nschonniTrott
authored andcommitted
feat: Flag lowercase node.js (#32)
1 parent 9eb7383 commit 7722c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ module.exports.plugins = [
4545
{ no: "Github", yes: "GitHub" },
4646
{ no: "Javascript", yes: "JavaScript" },
4747
{ no: "Node.JS", yes: "Node.js" },
48-
{ no: "Note that", yes: "<nothing>" },
49-
{ no: "note that", yes: "<nothing>" },
48+
{ no: "node.js", yes: "Node.js" },
49+
{ no: "[Nn]ote that", yes: "<nothing>" },
5050
{ no: "Rfc", yes: "RFC" },
5151
{ no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" },
5252
{ no: "rfc", yes: "RFC" },

0 commit comments

Comments
 (0)