I have installed TSLint in VSCode and created a tslint.json
file next to tsconfig.json
. But TSLint is not working. For example, I added "curly": true
to tslint.json
, but when I write a if statement without curly braces, VS Code doesn't give any warning. What does this extension do?