From e374f3ddd982dfa7a2496008e41a8c60d2f78990 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 30 Oct 2021 05:51:41 -0700 Subject: [PATCH] doc: fix lint re-enabling comment in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If there is not a blank line before it, the comment does not re-enable the rule. PR-URL: https://github.com/nodejs/node/pull/40647 Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f00ca933cc2729..b32ddb1ce3ceb3 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ For information about the governance of the Node.js project, see **Yorkie Liu** <> + Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in