Skip to content

Commit

Permalink
fix(experimental-utils): simplify eslint-utils' findVariable's si…
Browse files Browse the repository at this point in the history
…gnature in `ast-utils`
  • Loading branch information
MichaelDeBoey committed Jul 24, 2021
1 parent d358785 commit 678b15a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ import * as TSESLint from '../../ts-eslint';
*/
const findVariable = eslintUtils.findVariable as (
initialScope: TSESLint.Scope.Scope,
name: string,
nameOrNode: string | TSESTree.Identifier,
) => TSESLint.Scope.Variable | null;

/**
Expand Down

0 comments on commit 678b15a

Please sign in to comment.