ethereumjs / ethereumjs-config

[DEPRECATED] Configuration is now added within a config folder of the EthereumJS monorepo
6 stars 8 forks source link

Add Installation section to config-tslint's README.md #20

Closed alcuadrado closed 5 years ago

alcuadrado commented 5 years ago

This package requires typestrict to be installed. If not, tslint fails with a confusing error message. I added a note about it.

krzkaczor commented 5 years ago

What might work is adding TypeScript to peerDependencies as well.

alcuadrado commented 5 years ago

Agreed. These packages should have peerDependencies for everything they use. That's especially useful to avoid version conflicts.