angelozerr / tern-lint

Tern plugin to validate JavaScripts files to collect semantic errors
http://ternjs.net/
MIT License
62 stars 13 forks source link

If unused variable defined twice we don't show 'Unused variable' warning. #62

Open dmitriiKovchin opened 9 years ago

dmitriiKovchin commented 9 years ago

Defined once but unused:

unused_once

Defined twice but unused: unused_twice