Commit 0e5dc8f
tools: update markdown lint presets
Update remark-preset-lint-node to version at commit hash
859eab541e0f63839b33196f26e2bed4dfe2b194. This is the most recent
version at this time (although not yet published to npm). It includes
linting for "v8" where "V8" is intended and "Javascript" Where
"JavaScript" is intended. By installing those lint rules now rather than
waiting for a published version, we avoid the possibility that new
markdown text with those prohibited strings will be introduced.
PR-URL: #17382
Reviewed-By: Jon Moss <me@jonathanmoss.me>1 parent 0093840 commit 0e5dc8fCopy full SHA for 0e5dc8f
File tree
Expand file treeCollapse file tree
3 files changed
+98
-38
lines changedOpen diff view settings
Filter options
- tools/remark-preset-lint-node
Expand file treeCollapse file tree
3 files changed
+98
-38
lines changedOpen diff view settings
Collapse file
tools/remark-preset-lint-node/index.js
Copy file name to clipboardExpand all lines: tools/remark-preset-lint-node/index.js+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
42 | 49 | |
43 | 50 | |
44 | 51 | |
Collapse file
tools/remark-preset-lint-node/package-lock.json
Copy file name to clipboardExpand all lines: tools/remark-preset-lint-node/package-lock.json+48-32Lines changed: 48 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tools/remark-preset-lint-node/package.json
Copy file name to clipboardExpand all lines: tools/remark-preset-lint-node/package.json+43-6Lines changed: 43 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
7 | 28 | |
8 | 29 | |
9 | 30 | |
| ||
34 | 55 | |
35 | 56 | |
36 | 57 | |
| 58 | + |
37 | 59 | |
38 | 60 | |
39 | 61 | |
40 | 62 | |
41 | | - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
42 | 79 | |
0 commit comments