clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Migrate from tslint to eslint #168

Open Technickel-Dev opened 1 year ago

Technickel-Dev commented 1 year ago

tslint is depreciated so this push implements eslint following the steps highlighted here! This will close https://github.com/clarkio/vscode-twitch-highlighter/issues/149 but there is further work needed to resolve all warnings.

All changes are tested, and you can run the lint with npm run lint or using the associated vscode task.

Besides the migration changes, I had to update the typescript version because we were way behind and it didn't work with eslint

Technickel-Dev commented 1 year ago

Oops, looks like I'm missing one piece, ignore this for now till I address that piece

Technickel-Dev commented 1 year ago

Alright, I think things are good to go! I had to fix some things from the typescript update but everything seems to be working based on my tests. Let me know if any changes are needed or if things need to be broken down even more!