Skip to content

Commit bc085b2

Browse files
howenyapCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: howen <108785851+howenyap@users.noreply.github.com>
1 parent ddffa49 commit bc085b2

File tree

1 file changed

+1
-1
lines changed
  • crates/oxc_linter/src/rules/eslint/no_unused_vars

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/eslint/no_unused_vars/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ declare_oxc_lint!(
192192
///
193193
/// `{ type: boolean, default: false }`
194194
///
195-
/// The `ignoreRestSiblings` option is set to `false` by default, meaning unused siblings of the rest parameter are flagged.
195+
/// The `ignoreRestSiblings` option is set to `false` by default, meaning unused siblings of the object rest property are flagged.
196196
/// With the option set to `false`, the code below would be flagged.
197197
///
198198
/// ```js

0 commit comments

Comments
 (0)