From d1c80fe1a43651a1b7d6b7acab990022c84744e9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 3 Dec 2019 23:06:14 -0800 Subject: [PATCH] add Node as prohibited string in favor of Node.js (#35) --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 57686d22..fb2b16ee 100644 --- a/index.js +++ b/index.js @@ -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: "" },