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
Marlyfleitas committed Feb 22, 2019
1 parent 80ec520 commit 03a9f64
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 03a9f64

Please sign in to comment.