Skip to content

Commit 902fac0

Browse files
committed
testing: ensure we don't report see with link even with checkSeesForNamepaths option on
1 parent 6081ff2 commit 902fac0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7552,6 +7552,7 @@ function quux() {
75527552
function quux() {
75537553

75547554
}
7555+
// Options: [{"checkSeesForNamepaths":true}]
75557556

75567557
/**
75577558
*

test/rules/assertions/validTypes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ export default {
368368
369369
}
370370
`,
371+
options: [{
372+
checkSeesForNamepaths: true,
373+
}],
371374
},
372375
{
373376
code: `

0 commit comments

Comments
 (0)