wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

Mention dependency on tslint #59

Closed smartin015 closed 7 years ago

smartin015 commented 7 years ago

This may seem obvious, but... tslint-loader depends on tslint, and it is not listed anywhere in documentation.

The error (Cannot find module tslint) sounds almost like tslint-loader is broken and it takes as moment to realize what's actually going on. Could this be listed in a requirements section in the readme?

sonicoder86 commented 7 years ago

npm install gives warning for missing peerDependencies

sonicoder86 commented 7 years ago

Added it to docs with exact version range.