From 3b906a618fa1e10fc6f03e0fdda8557c6d1e9bdb Mon Sep 17 00:00:00 2001 From: Marly Fleitas Date: Wed, 2 Jun 2021 16:40:16 -0700 Subject: [PATCH] feat: add linting for "Long Term Support" (#185) Refs: https://github.com/nodejs/node/pull/38841 Refs: https://github.com/nodejs/node/pull/38839 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 81b59ad..da11403 100644 --- a/index.js +++ b/index.js @@ -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" },