Skip to content

Commit

Permalink
feat: Flag lowercase node.js (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and Trott committed Oct 14, 2019
1 parent 9eb7383 commit 7722c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ module.exports.plugins = [
{ no: "Github", yes: "GitHub" },
{ no: "Javascript", yes: "JavaScript" },
{ no: "Node.JS", yes: "Node.js" },
{ no: "Note that", yes: "<nothing>" },
{ no: "note that", yes: "<nothing>" },
{ no: "node.js", yes: "Node.js" },
{ no: "[Nn]ote that", yes: "<nothing>" },
{ no: "Rfc", yes: "RFC" },
{ no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" },
{ no: "rfc", yes: "RFC" },
Expand Down

0 comments on commit 7722c10

Please sign in to comment.