Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lint/rules/no-const-assign.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: []
tags: [recommended]
---

Disallows modifying a variable declared as `const`.
Expand Down
2 changes: 1 addition & 1 deletion replacements.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"CLI_VERSION": "2.6.0"
"CLI_VERSION": "2.6.1"
}
3 changes: 3 additions & 0 deletions runtime/reference/cli/_commands_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1572,13 +1572,16 @@
{
"name": "require",
"short": null,
"long": "require",
"required": false,
"help": "A list of CommonJS modules that will be executed before the main module",
"help_heading": null,
"usage": "--require <FILE>"
},
{
"name": "minimum-dependency-age",
"short": null,
"long": "minimum-dependency-age",
"required": false,
"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)",
"help_heading": null,
Expand Down