node
node copied to clipboard
doc: lint according to `@node-core/remark-lint`
This PR lints the documentation according to https://www.npmjs.com/package/@node-core/remark-lint, which'll be the linter associated with the new tooling.
The difference which are rectified by this PR:
- The linter requires one PR URL per change
- The linter disallows duplicate stability nodes
- The linter requires full 40-character commits
Review requested:
- [ ] @nodejs/loaders
Blocked by #57343