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

Commit

Permalink
refactor(rome_js_analyze): set version for noUselessConstructor (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Jun 24, 2023
1 parent f56a239 commit a0ae4d0
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 @@ -69,7 +69,7 @@ declare_rule! {
/// }
/// ```
pub(crate) NoUselessConstructor {
version: "next",
version: "12.1.0",
name: "noUselessConstructor",
recommended: true,
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/lint/rules/noUselessConstructor.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0ae4d0

Please sign in to comment.