Add some missing jsdoc comments, add jsdoc eslint plugin
Pull Request Type
[x] Other - code quality improvement
Description
This PR does the following:
adds some basic jsdoc rules for the jsdoc eslint plugin
fixes some errors from the eslint plugin
adds some missing jsdoc comments
Additional Info
The typescript eslint plugin is able to convert jsdoc comment annotations to typescript so it should make it easier to switch to typescript whenever we start migrating some of our code to typescript.
Add some missing jsdoc comments, add jsdoc eslint plugin
Pull Request Type
Description
This PR does the following:
Additional Info
The typescript eslint plugin is able to convert jsdoc comment annotations to typescript so it should make it easier to switch to typescript whenever we start migrating some of our code to typescript.
Desktop