Skip to content

Commit

Permalink
Update packages/eslint-plugin/src/rules/no-shadow.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 13, 2022
1 parent e4fa515 commit e500853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/rules/no-shadow.ts
Expand Up @@ -583,6 +583,7 @@ export default util.createRule<Options, MessageIds>({
if (!shadowed) {
continue;
}

// ignore type value variable shadowing if configured
if (isTypeValueShadow(variable, shadowed)) {
continue;
Expand Down

0 comments on commit e500853

Please sign in to comment.