JSHint is a community-driven tool to detect errors and potential problems in JavaScript code.
It is very flexible so you can easily adjust it to your particular coding guidelines and
the environment you expect your code to execute in.
Usage
jshint(text, ..., globals = NULL)
Value
a data frame where each row represents a jshint error or NULL if there were no errors