In my Angular 9 app, I've set up some codelyzer rules in order to benefit of accessibility checks such as template-accessibility-label-for, by adding them to my tslint.json
file.
The rules correctly work when using ng lint
, which will correctly catch any errors.
However, I don't get any errors in my WebStorm IDE, which is strange since I normally get TSLint warnings there too.
How can I enable the codelyzer warnings in WebStorm?