Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
docs(rome_js_analyze): noParameterAssign in release 12.0.0 (#4271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored and ematipico committed Mar 10, 2023
1 parent 19e461d commit 622f130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ declare_rule! {
/// ```
///
pub(crate) NoParameterAssign {
version: "next",
version: "12.0.0",
name: "noParameterAssign",
recommended: true,
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/lint/rules/noParameterAssign.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Lint Rule noParameterAssign
parent: lint/rules/index
---

# noParameterAssign (since vnext)
# noParameterAssign (since v12.0.0)

Disallow reassigning `function` parameters.

Expand Down

0 comments on commit 622f130

Please sign in to comment.