Skip to content

Commit 998123f

Browse files
committed
Updated files for 2.6.1
1 parent b05577e commit 998123f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

lint/rules/no-const-assign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tags: []
2+
tags: [recommended]
33
---
44

55
Disallows modifying a variable declared as `const`.

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.6.0"
2+
"CLI_VERSION": "2.6.1"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,13 +1572,16 @@
15721572
{
15731573
"name": "require",
15741574
"short": null,
1575+
"long": "require",
15751576
"required": false,
15761577
"help": "A list of CommonJS modules that will be executed before the main module",
15771578
"help_heading": null,
15781579
"usage": "--require <FILE>"
15791580
},
15801581
{
15811582
"name": "minimum-dependency-age",
1583+
"short": null,
1584+
"long": "minimum-dependency-age",
15821585
"required": false,
15831586
"help": "(Unstable) The age in minutes, ISO-8601 duration or RFC3339 absolute timestamp (e.g. '120' for two hours, 'P2D' for two days, '2025-09-16' for cutoff date, '2025-09-16T12:00:00+00:00' for cutoff time, '0' to disable)",
15841587
"help_heading": null,

0 commit comments

Comments
 (0)