2
Files Analyzed
4
Issues Found
1
Files with Issues

Issues by Rule

tjd/accurate-jsdoc
4

Issues by File

index.js 4 issues
125:1 accurate-jsdoc

@returns: (String|false|null) → string | false. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.

155:1 accurate-jsdoc

@returns: String|false|null → string | false. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.

230:1 accurate-jsdoc

@returns: (string|null) → string. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.

244:1 accurate-jsdoc

@returns: (string|null) → string. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.

Analyzed: 2/3/2026