DEPRECATED ESLint plugin (v1.0.6, final release) that extended the core no-unused-vars rule with an ignoreDestructuredVarsWithRest option, allowing unused variables in destructuring patterns containing rest properties. As of ESLint 3.15.0 (December 2016), the core no-unused-vars rule natively supports this behavior via the ignoreRestSiblings option. This plugin is no longer maintained and should not be used in new projects. It only supports ESLint 3.x and has no releases beyond v1.0.6.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Plugin provides a single rule; you must disable the core 'no-unused-vars' rule to avoid conflicts.
The recommended config automatically disables the core rule and enables the plugin rule with ignoreDestructuredVarsWithRest: true.
ESLint supports both integer (0/1/2) and string (off/warn/error) severities. The plugin accepts the same options as core no-unused-vars plus ignoreDestructuredVarsWithRest.
Shows how to configure the plugin to ignore unused variables in destructuring with rest, and demonstrates the feature with a common pattern.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.