blakeembrey / tslint-config-standard

A TSLint config for JavaScript Standard Style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove 'no-unused-variable', 'no-duplicate-key' and 'no-unreachable'

uloco opened this issue · comments

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.

You should update the rules accordingly...

Sorry, I forgot to update your library. My bad. Closing...