Skip to content

Commit

Permalink
add End-Of-Life to prohibited strings
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored and BridgeAR committed Feb 22, 2019
1 parent be0e4d0 commit 510655f
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 @@ -47,6 +47,7 @@ module.exports.plugins = [
[
require("remark-lint-prohibited-strings"),
[
{ no: "End-Of-Life", yes: "End-of-Life" },
{ no: "Github", yes: "GitHub" },
{ no: "Javascript", yes: "JavaScript" },
{ no: "Node.JS", yes: "Node.js" },
Expand Down

0 comments on commit 510655f

Please sign in to comment.