An open API service indexing awesome lists of open source software.

https://github.com/panga/netbeans-jshint

JSHint integration for NetBeans
https://github.com/panga/netbeans-jshint

java jshint netbeans

Last synced: over 1 year ago
JSON representation

JSHint integration for NetBeans

Awesome Lists containing this project

README

          

JSHint integration for NetBeans
===============================

![](jshint-blue.png)

[JSHint](http://jshint.com/) is a popular, community-driven tool to detect errors and potential problems in JavaScript code.

This project integrates JSHint into the NetBeans.

It automatically validates files ending with "js" and adds warning markers and action items for every problem found by JSHint using ".jshintrc" configuration files from project directories.

JSHint 2.10.1 included.

This plugin is available out-of-the box as a verified NetBeans plugin or in the [NetBeans Plugin Portal](http://plugins.netbeans.org/plugin/58580/jshint).