Skip to content

Commit 7857604

Browse files
rexagodcodebytere
authored andcommitted
doc: fix linting in doc-style-guide.md
Disable lint checks (enable prohibited-strings remark-lint) for doc-style-guide.md:66. This was producing lint errors in builds on master. PR-URL: #33787 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent 2288840 commit 7857604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/doc-style-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
<!-- lint disable prohibited-strings remark-lint-->
6262
* NOT OK: It is important to note that, in all cases, the return value will be
6363
a string regardless.
64-
<!-- lint enable prohibited-strings remark-lint-->
6564
* When referring to a version of Node.js in prose, use _Node.js_ and the version
6665
number. Do not prefix the version number with _v_ in prose. This is to avoid
6766
confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript
6867
engine.
68+
<!-- lint enable prohibited-strings remark-lint-->
6969
* OK: _Node.js 14.x_, _Node.js 14.3.1_
7070
* NOT OK: _Node.js v14_
7171

0 commit comments

Comments
 (0)