jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 510 forks source link

Add the `disallowVar` rule #1983

Closed seanpdoyle closed 8 years ago

seanpdoyle commented 9 years ago

When { disallowVar: true }, assert that all variable declarations use let or const.