Skip to content

Commit 510655f

Browse files
richardlauBridgeAR
authored andcommitted
add End-Of-Life to prohibited strings
Refs: nodejs/node#26251
1 parent be0e4d0 commit 510655f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports.plugins = [
4747
[
4848
require("remark-lint-prohibited-strings"),
4949
[
50+
{ no: "End-Of-Life", yes: "End-of-Life" },
5051
{ no: "Github", yes: "GitHub" },
5152
{ no: "Javascript", yes: "JavaScript" },
5253
{ no: "Node.JS", yes: "Node.js" },

0 commit comments

Comments
 (0)