Skip to content

Commit 916cda4

Browse files
Trottbengl
authored andcommitted
tools: update remark-preset-lint-node to 3.3.1
PR-URL: #41999 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 605271b commit 916cda4

File tree

3 files changed

+90
-88
lines changed

3 files changed

+90
-88
lines changed

tools/lint-md/lint-md.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -20745,6 +20745,7 @@ const plugins = [
2074520745
"powershell",
2074620746
"r",
2074720747
"text",
20748+
"ts",
2074820749
],
2074920750
},
2075020751
],
@@ -20783,6 +20784,7 @@ const plugins = [
2078320784
{ yes: "RFC" },
2078420785
{ no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" },
2078520786
{ yes: "Unix" },
20787+
{ yes: "Valgrind" },
2078620788
{ yes: "V8" },
2078720789
],
2078820790
],

tools/lint-md/package-lock.json

+87-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"remark-parse": "^10.0.1",
10-
"remark-preset-lint-node": "^3.3.0",
10+
"remark-preset-lint-node": "^3.3.1",
1111
"remark-stringify": "^10.0.2",
1212
"to-vfile": "^7.2.3",
1313
"unified": "^10.1.1",

0 commit comments

Comments
 (0)