We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddffa49 commit bc085b2Copy full SHA for bc085b2
crates/oxc_linter/src/rules/eslint/no_unused_vars/mod.rs
@@ -192,7 +192,7 @@ declare_oxc_lint!(
192
///
193
/// `{ type: boolean, default: false }`
194
195
- /// The `ignoreRestSiblings` option is set to `false` by default, meaning unused siblings of the rest parameter are flagged.
+ /// The `ignoreRestSiblings` option is set to `false` by default, meaning unused siblings of the object rest property are flagged.
196
/// With the option set to `false`, the code below would be flagged.
197
198
/// ```js
0 commit comments