Most people are familiar with these three tools:
- [JSHint][1]
- [JSLint][2]
- [Google Closure Linter][3]
The first one is more popular among developers because it is style-agnostic. The other two enforce rules of [Crockford Style][4] and [Google Code Style][5] respectively.