TSLint rule flag are not ignoring unused variable error, neither displaying any quick fix in my VS code. I've installed TSLint extension in my Visual Studio code. Also install typescript-tslint-plugin in my dev dependency and added plugin property in tsconfig.json as described here https://github.com/Microsoft/typescript-tslint-plugin#configuration-options
However still getting error on context parameter i.e. "Property 'context' is declared but its value is never read"
Visual Studio Code version :1.33.1
Could you please confirm that Is there any other extension I need to install or any property need to set to make it work.


That's probably a tsc error, not a tslint error. Let us know if you still have the problem when running the TSLint CLI.
Most helpful comment
That's probably a
tscerror, not atslinterror. Let us know if you still have the problem when running the TSLint CLI.