Skip to content

Commit ed2fc29

Browse files
authored
feat: add linting for "Long Term Support" (#185)
Refs: nodejs/node#38841 Refs: nodejs/node#38839
1 parent fc4a73b commit ed2fc29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports.plugins = [
6565
{ yes: "GitHub" },
6666
{ no: "hostname", yes: "host name" },
6767
{ yes: "JavaScript" },
68+
{ no: "[Ll]ong[ -][Tt]erm [Ss]upport", yes: "Long Term Support" },
6869
{ no: "Node", yes: "Node.js", ignoreNextTo: "-API" },
6970
{ yes: "Node.js" },
7071
{ no: "Node[Jj][Ss]", yes: "Node.js" },

0 commit comments

Comments
 (0)