tools: update lint-md.js to lint rfc name format · nodejs/node@1385b29 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 1385b29
authored and
committed
tools: update lint-md.js to lint rfc name format
Update lint-md.js to lint for "RFC1234" and similar variants that should be written as "RFC 1234". PR-URL: #26727Reviewed-By: Richard Lau riclau@uk.ibm.com Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com
File tree
3 files changed
lines changed
3 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,7 +9,7 @@ | ||
9 | 9 | "markdown-extensions": "^1.1.1", |
10 | 10 | "remark": "^10.0.1", |
11 | 11 | "remark-lint": "^6.0.4", |
12 | -"remark-preset-lint-node": "^1.4.0", | |
12 | +"remark-preset-lint-node": "^1.6.0", | |
13 | 13 | "unified-args": "^6.0.0", |
14 | 14 | "unified-engine": "^5.1.0" |
15 | 15 | }, |