eslint-plugin-jsdoc
Advanced tools
Comparing version 50.6.2 to 50.6.3
@@ -164,3 +164,3 @@ { | ||
}, | ||
"version": "50.6.2" | ||
"version": "50.6.3" | ||
} |
@@ -40,3 +40,3 @@ import { | ||
} = /** @type {import('jsdoc-type-pratt-parser').NameResult} */ (nde); | ||
if (type === 'JsdocTypeName' && (/^[A-Z]$/).test(value)) { | ||
if (type === 'JsdocTypeName') { | ||
usedNames.add(value); | ||
@@ -43,0 +43,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2086422