Skip to content

Commit 07a4a78

Browse files
committed
feat: Add NodeJS to prohibited strings
1 parent 45029ec commit 07a4a78

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
@@ -45,6 +45,7 @@ module.exports.plugins = [
4545
{ yes: "JavaScript" },
4646
{ no: "Node", yes: "Node.js" },
4747
{ yes: "Node.js" },
48+
{ no: "Node[Jj][Ss]", yes: "Node.js" },
4849
{ no: "Node\\.js's?", yes: "the Node.js" },
4950
{ no: "[Nn]ote that", yes: "<nothing>" },
5051
{ yes: "RFC" },

0 commit comments

Comments
 (0)