

JSHint integration for the NetBeans IDEĬode inspection with both JSHint and JSLint out of the box.ShiftEdit IDE has built-in support for JSHint.VS Code JSHint extension, integrates JSHint into VS Code.Web Essentials (Runs JSHint automatically).JSLint for Visual Studio (supports both.JSHint for Atom, JSHint package for Atom.linter-jshint, JSHint plugin for Atom's Linter.Plugin for graphically displaying lint results in ST2 and ST3. web-mode, an autonomous major-mode for editing web templates.Supports JSHint both older/newer than 1.1.0.Įxtension for GNU Emacs, built-in JSHint support. jshint.vim, VIM plugin and command line.Node.js project: npm install -save-dev jshint Plugins for text editors and IDEs VIM It is common to install JSHint as a development dependency within an existing You may install it globally using the following command: npm install -g jshintĪfter this, you can use the jshint command-line interface. Download the latest releaseĮach release of JSHint is published to npm, the package

Download the latestĪ standalone files is built for Mozilla's Rhino JavaScriptĮngine with every release. You'll find it in the dist directory of the download. JSHint runs in a number of different environments installation is differentĪ standalone files is built for browser-like environments with every release.

If you spot an error, please open an issue or (better yet) make a pull request! Download and install This page's content is sourced from the JSHint project repository.
