Skip to content

Commit

Permalink
Full revert jsdoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearce-Ropion committed Mar 27, 2024
1 parent 6a0b6b5 commit 418a092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rules/no-unused-vars.js
Expand Up @@ -669,8 +669,8 @@ module.exports = {
/**
* Gets an array of variables without read references.
* @param {Scope} scope an eslint-scope Scope object.
* @param {Variable[]} unusedVars an array containing unused variables that should be reported
* @returns {Variable[]} an array containing unused variables of the scope and descendant scopes.
* @param {Variable[]} unusedVars an array that saving result.
* @returns {Variable[]} unused variables of the scope and descendant scopes.
* @private
*/
function collectUnusedVariables(scope, unusedVars) {
Expand Down

0 comments on commit 418a092

Please sign in to comment.