remark-preset-lint-node
remark preset to configure remark-lint with settings for nodejs/node
Install
npm install remark-preset-lint-nodeTest
npm testAdd new language or grammar
Adding the language to the documentation style guide
- PR the nodejs/node repo adding the language/grammar to the documentation style guide
Adding the language to the linter
- PR this repo adding the language/grammar
- Bump this package version, publish it
- In node-lint-md-cli-rollup, bump the
remark-preset-lint-nodedependency - In the
nodejs/noderepo, rebuild the Markdown linter (make lint-md-rollup) - PR the
nodejs/noderepo with the updated linter