firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

chore: use eslint vs. tslint #178

Closed blimmer closed 3 years ago

blimmer commented 3 years ago

This PR removes the deprecated tslint package and replaces it with eslint.

I was working on this project to try to fix #165, which I realized is actually an issue that would need to fixed upstream. I really appreciate this plugin, so I wanted to commit back in some way 😄

See inline comments for details.

firsttris commented 3 years ago

hey @blimmer good work :rocket: thx for your contribution !