33
Files Analyzed
1
Issues Found
1
Files with Issues

Issues by Rule

tjd/accurate-jsdoc
1

Issues by File

lib/chai/utils/flag.js 1 issue
27:8 accurate-jsdoc

@returns: unknown | undefined → unknown. 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