JSHint¶ JSHint is a tool which checks JavaScript code for common errors. Installation¶ JSHint is available through npm. This requires nodejs to be installed on the system: $ sudo npm install -g jshint