build(deps-dev): bump the dev group with 2 updates
Bumps the dev group with 2 updates: globals and prettier.
Updates
globalsfrom 17.4.0 to 17.5.0Updates
prettierfrom 3.8.1 to 3.8.2
updated-dependencies:
- dependency-name: globals dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev
- dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
remark-preset-lint-node
remark preset to configure remark-lint with settings for nodejs/node
Install
Test
Add new language or grammar
Adding the language to the documentation style guide
Adding the language to the linter
remark-preset-lint-nodedependency.nodejs/noderepo, rebuild the Markdown linter (make lint-md-rollup).nodejs/noderepo with the updated linter.Environment variables
NODE_RELEASED_VERSIONSOn runtime, the linter will check the environment if the
NODE_RELEASED_VERSIONSvariable is defined; if it’s there, it will use the content of the variable as a comma-separated list of allowed version numbers. This list is supposed to be built from the changelog(s), and validates the version numbers for thenodejs-yaml-commentsrule.For better compatibility with the nodejs/node changelogs, there are a few exceptions:
^0.0.0 || ^0.1.0are not validated using the provided list. They are validated using thevx.x.xpattern.REPLACEMEplaceholder is always valid, regardless if it’s in the list or not.