ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Switch out tslint (deprecated) for eslint #367

Closed ryanluker closed 2 years ago

ryanluker commented 2 years ago

Should be an easy swap to eslint from tslint (deprecated).

Work

Extra info

image https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration

timagixe commented 2 years ago

Hello @ryanluker, I would be happy to try myself and help with this task 🤚

ryanluker commented 2 years ago

@timagixe Thanks a bunch, take a first stab at it and let me know where you get to. The tslint-eslint-migration link I added above is probably a good first step 👍🏻.

timagixe commented 2 years ago

Hi @ryanluker, I did some progress here #368. Please take a look at it whenever you have a chance.