ynshung / better-yt-shorts

Playback, volume, timestamp controls and more on YouTube Shorts.
GNU General Public License v3.0
240 stars 43 forks source link

Add ESLint and Prettier #151

Closed tiagohconte closed 11 months ago

tiagohconte commented 1 year ago

It's a good idea to add ESLint and Prettier to enforce consistent code style and formatting for all contributors.

For example, I noticed that in some files ; is used at the end of the line, while in others, it's not.