Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2016-09-20 07:54:35 +0300
committerJames M Snell <jasnell@gmail.com>2016-09-29 21:15:01 +0300
commit1e9bbfe570614cbfb953d9c3275fd789c9de3581 (patch)
tree918a11b4fd6f4e9b72161468f6f58fb90d7b3910 /BUILDING.md
parent4c3ec19e9c6d40f3bac323127a0c2e6efbc1b721 (diff)
doc: enable first-heading-level remark-lint rule
This makes sure that the first heading in all markdown files is h1. Only three files needed to be changed to conform: 1. BUILDING.md 2. CODE_OF_CONDUCT.md 3. doc/onboarding-extras.md Also, .remarkrc is updated to include the `first-heading-level: 1` rule in order to catch similar issues in the future. PR-URL: https://github.com/nodejs/node/pull/8716 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 16663d60acc..3ffb2b51b29 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -1,4 +1,4 @@
-## Building Node.js
+# Building Node.js
Depending on what platform or features you require, the build process may
differ slightly. After you've successfully built a binary, running the