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 9eb7383 commit 7722c10Copy full SHA for 7722c10
index.js
@@ -45,8 +45,8 @@ module.exports.plugins = [
45
{ no: "Github", yes: "GitHub" },
46
{ no: "Javascript", yes: "JavaScript" },
47
{ no: "Node.JS", yes: "Node.js" },
48
- { no: "Note that", yes: "<nothing>" },
49
- { no: "note that", yes: "<nothing>" },
+ { no: "node.js", yes: "Node.js" },
+ { no: "[Nn]ote that", yes: "<nothing>" },
50
{ no: "Rfc", yes: "RFC" },
51
{ no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" },
52
{ no: "rfc", yes: "RFC" },
0 commit comments