Skip to content

Commit d1c80fe

Browse files
authored
add Node as prohibited string in favor of Node.js (#35)
1 parent 7e357aa commit d1c80fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module.exports.plugins = [
4444
{ no: "End-of-life", yes: "End-of-Life" },
4545
{ no: "Github", yes: "GitHub" },
4646
{ no: "[Jj]avascript", yes: "JavaScript" },
47+
{ no: "Node", yes: "Node.js" },
4748
{ no: "Node.JS", yes: "Node.js" },
4849
{ no: "node.js", yes: "Node.js" },
4950
{ no: "[Nn]ote that", yes: "<nothing>" },

0 commit comments

Comments
 (0)