I'm in the process of migrating to eslint from tslint, and this minor thing would be nice to take care of.
In the project we are banning calls to fit and fdescribe to prevent green build, this extension does this wonderfully.
Now the irk for me is this in vscode editor:
tslint was simply highlighting the function name instead of entire block:
Meaning you could still work normally, without seeing half/entire file being red. I can probably submit a PR if you are interested? Should be a small change to return different indexes ?
I'm in the process of migrating to eslint from tslint, and this minor thing would be nice to take care of.
In the project we are banning calls to fit and fdescribe to prevent green build, this extension does this wonderfully.
Now the irk for me is this in vscode editor:
tslint was simply highlighting the function name instead of entire block:
Meaning you could still work normally, without seeing half/entire file being red. I can probably submit a PR if you are interested? Should be a small change to return different indexes ?