vscode-twitch-highlighter icon indicating copy to clipboard operation
vscode-twitch-highlighter copied to clipboard

Migrate from tslint to eslint

Open Technickel-Dev opened this issue 2 years ago • 2 comments

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 avatar Dec 27 '22 23:12 Technickel-Dev

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

Technickel-Dev avatar Dec 27 '22 23:12 Technickel-Dev

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!

Technickel-Dev avatar Dec 31 '22 02:12 Technickel-Dev