jscs-jsdoc
jscs-jsdoc copied to clipboard
New Rule: checkThrows
- Should check
@throwsdeclarations for methods withthrows statements; - Should check types (as well as returns do);
- Should check throws only in current scope (as well as returns do).
Any suggestions?