15.9.0 (2019-09-01)
Bug Fixes
- require-example: add fixer for missing declaration (though can do nothing with missing description); fixes part of #336 (ea3e057)
- require-jsdoc: add fixer to add empty jsdoc block (b48cf1d)
- require-param: skip destructuring; fixes #352 (though still need to handle #11 ) (c8d0611)
- require-returns-check: check
WithStatement
forreturn
statements (37e8300)