I'm leading a team working on Angular2+/Typescript project and I just want to know if there is a way to disallow disabling any TSLint rules.
We are using VSCode and my team's developpers trend to disable rules for to many line:
After clicking on "Disable rule 'typeof-compare' for this line", TSLint add a comments above the line that disables the rule for this line.