jhnns / rewire

Easy monkey-patching for node.js unit tests
MIT License
3.08k stars 128 forks source link

Why is eslint not a dev dependancy? #143

Closed karanjitsingh closed 6 years ago

karanjitsingh commented 6 years ago

image

jhnns commented 6 years ago

Because it's used as regular dependency. It makes sure that const is not re-assigned before rewire changes const to let.