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

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Feb 14, 2023
1 parent 3c894dc commit 9e621b9
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 122 deletions.
3 changes: 2 additions & 1 deletion crates/rome_js_analyze/src/analyzers/nursery.rs

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

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ declare_rule! {
/// ```
///
/// ```js,expect_diagnostic
/// [a, b] = [a, b];
/// [a] = [a];
/// ```
///
/// ```js,expect_diagnostic
Expand Down Expand Up @@ -55,7 +55,7 @@ declare_rule! {
pub(crate) NoSelfAssignment {
version: "12.0.0",
name: "noSelfAssignment",
recommended: false,
recommended: true,
}
}

Expand Down
Loading

0 comments on commit 9e621b9

Please sign in to comment.