Inspectopedia
 
2024.3

Mismatched JSDoc and function signature

Warning
Code Style
New
Last modified: 03 December 2024

Reports mismatch between the names and the number of parameters within a JSDoc comment and the actual parameters of a function. Suggests updating parameters in JSDoc comment.

Example:

After the quick-fix is applied: