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
- Host: GitHub
- URL: https://github.com/panga/netbeans-jshint
- Owner: panga
- License: apache-2.0
- Created: 2015-06-04T17:17:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T20:48:47.000Z (about 7 years ago)
- Last Synced: 2024-04-14T15:19:39.129Z (about 2 years ago)
- Topics: java, jshint, netbeans
- Language: Java
- Homepage:
- Size: 1.6 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSHint integration for NetBeans
===============================

[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).