Skip to content

Commit 38f310f

Browse files
committed
add End-Of-Life to prohibited strings
Refs: nodejs/node#26251
1 parent 2ec6b9e commit 38f310f

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
@@ -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)