Skip to content

Commit

Permalink
feat: add linting for "Long Term Support" (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlyfleitas committed Jun 2, 2021
1 parent a5bb427 commit 3b906a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -65,6 +65,7 @@ module.exports.plugins = [
{ yes: "GitHub" },
{ no: "hostname", yes: "host name" },
{ yes: "JavaScript" },
{ no: "[Ll]ong[ -][Tt]erm [Ss]upport", yes: "Long Term Support" },
{ no: "Node", yes: "Node.js", ignoreNextTo: "-API" },
{ yes: "Node.js" },
{ no: "Node[Jj][Ss]", yes: "Node.js" },
Expand Down

0 comments on commit 3b906a6

Please sign in to comment.