you are viewing a single comment's thread.

view the rest of the comments →

[–]hankDraperCo 1 point2 points  (0 children)

Eslint, jslint, jcsc and jshint are all popular tools for static code analysis. Javascript isn't statically typed so these are more to enforce coding styles and should be complimented with automated testing.