I just found out about codelyzer and did the npm install --save-dev codelyzer, hopped over to my {N} project, added an tslint.json in to root and pasted the recommended configuration from the readme. After all that I checkted VS code, did a TypeScript transpile but no errors were found, I changed some declarations intentionally to cause an error but still nothing is highlighted or outputted as error.
So my question is is codelyzer supposed to work with VS Code editor?
I just found out about codelyzer and did the
npm install --save-dev codelyzer, hopped over to my {N} project, added antslint.jsonin to root and pasted the recommended configuration from the readme. After all that I checkted VS code, did a TypeScript transpile but no errors were found, I changed some declarations intentionally to cause an error but still nothing is highlighted or outputted as error.So my question is is codelyzer supposed to work with VS Code editor?