Skip to content

Commit

Permalink
feat: Add NodeJS to prohibited strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Apr 29, 2020
1 parent 45029ec commit 07a4a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports.plugins = [
{ yes: "JavaScript" },
{ no: "Node", yes: "Node.js" },
{ yes: "Node.js" },
{ no: "Node[Jj][Ss]", yes: "Node.js" },
{ no: "Node\\.js's?", yes: "the Node.js" },
{ no: "[Nn]ote that", yes: "<nothing>" },
{ yes: "RFC" },
Expand Down

0 comments on commit 07a4a78

Please sign in to comment.