Skip to content

Commit

Permalink
add Node as prohibited string in favor of Node.js (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 4, 2019
1 parent 7e357aa commit d1c80fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -44,6 +44,7 @@ module.exports.plugins = [
{ no: "End-of-life", yes: "End-of-Life" },
{ no: "Github", yes: "GitHub" },
{ no: "[Jj]avascript", yes: "JavaScript" },
{ no: "Node", yes: "Node.js" },
{ no: "Node.JS", yes: "Node.js" },
{ no: "node.js", yes: "Node.js" },
{ no: "[Nn]ote that", yes: "<nothing>" },
Expand Down

0 comments on commit d1c80fe

Please sign in to comment.