axios
View on npm →62
Files Analyzed
1
Issues Found
1
Files with Issues
Issues by Rule
tjd/accurate-jsdoc 1
Issues by File
lib/helpers/formDataToJSON.js 1 issue49:1 accurate-jsdoc
@returns: Object<string, any> | null → { [x: string]: any; }. 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