FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
13.63k stars 862 forks source link

Add some missing jsdoc comments, add jsdoc eslint plugin #6048

Closed ChunkyProgrammer closed 2 weeks ago

ChunkyProgrammer commented 3 weeks ago

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