Skip to content

Commit f2d182c

Browse files
doc: document the latest-vX.x schema
Signed-off-by: Marco Ippolito <[email protected]>
1 parent 39db6a0 commit f2d182c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,8 @@ The alias `--experimental-default-config-file` is equivalent to
10641064
`--experimental-config-file` without an argument.
10651065
Node.js will read the configuration file and apply the settings. The
10661066
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.
1067+
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.
10681069

10691070
```json
10701071
{

0 commit comments

Comments
 (0)