We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a67428 commit 5651e9dCopy full SHA for 5651e9d
1 file changed
doc/api/cli.md
@@ -1064,7 +1064,8 @@ The alias `--experimental-default-config-file` is equivalent to
1064
`--experimental-config-file` without an argument.
1065
Node.js will read the configuration file and apply the settings. The
1066
configuration file should be a JSON file with the following structure. `vX.Y.Z`
1067
-in the `$schema` must be replaced with the version of Node.js you are using.
+in the `$schema` must be replaced with the version of Node.js you are using or
1068
+`latest-vX.x` for the latest version of that major release line.
1069
1070
```json
1071
{
0 commit comments