Skip to content

Commit 8dc7202

Browse files
richardlauBridgeAR
authored andcommitted
add End-of-life to prohibited strings
Add another variant of `End-of-Life`.
1 parent c5df944 commit 8dc7202

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
@@ -48,6 +48,7 @@ module.exports.plugins = [
4848
require("remark-lint-prohibited-strings"),
4949
[
5050
{ no: "End-Of-Life", yes: "End-of-Life" },
51+
{ no: "End-of-life", yes: "End-of-Life" },
5152
{ no: "Github", yes: "GitHub" },
5253
{ no: "Javascript", yes: "JavaScript" },
5354
{ no: "Node.JS", yes: "Node.js" },

0 commit comments

Comments
 (0)