blakeembrey / tslint-config-standard

A TSLint config for JavaScript Standard Style
Other
358 stars 43 forks source link

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

Closed uloco closed 7 years ago

uloco commented 7 years ago

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...

uloco commented 7 years ago

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