Skip to content

Commit e6b6a85

Browse files
authored
fix(no-undefined-types): treat @alias as namepath-defining; fixes #1070 (#1071)
1 parent c1781d2 commit e6b6a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getDefaultTagStructureForMode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const getDefaultTagStructureForMode = (mode) => {
4343
'alias', new Map([
4444
// Signature seems to require a "namepath" (and no counter-examples)
4545
[
46-
'namepathRole', 'namepath-referencing',
46+
'namepathRole', 'namepath-defining',
4747
],
4848

4949
// "namepath"

0 commit comments

Comments
 (0)