Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.04 KB

README.md

File metadata and controls

36 lines (29 loc) · 2.04 KB

JSHint for NetBeans

A plugin for NetBeans IDE.

Creates Action Items and Annotations out of JSHint errors.

Acquires JSHint errors by linting JavaScript files with an embedded version of JSHint against configuration files, named .jshintrc.

Looks up configuration files the same way JSHint for npm does, by running recursive searches from the directory of the actual JS file and up to the filesystem root.

License

MIT, apart from jshint.js, distributed under JSLint license, and rhino.jar, distributed under MPL 2.0.

Useful links