Since I updated tslint to the newest version (v4.4.2), i got the following errors:
no-unused-variable is deprecated. Use the tsc compiler options --noUnusedParameters and --noUnusedLocals instead.
Could not find implementations for the following rules specified in the configuration:
no-duplicate-key
no-unreachable
Try upgrading TSLint and/or ensuring that you have all necessary custom rules installed.
If TSLint was recently upgraded, you may have old rules configured which need to be cleaned up.
Since I updated tslint to the newest version (v4.4.2), i got the following errors:
You should update the rules accordingly...