https://github.com/eclipsesource/jshint-eclipse
JSHint integration for the Eclipse IDE
https://github.com/eclipsesource/jshint-eclipse
Last synced: 12 months ago
JSON representation
JSHint integration for the Eclipse IDE
- Host: GitHub
- URL: https://github.com/eclipsesource/jshint-eclipse
- Owner: eclipsesource
- Created: 2012-01-03T16:53:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T05:07:23.000Z (over 6 years ago)
- Last Synced: 2024-12-07T22:40:50.894Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://github.eclipsesource.com/jshint-eclipse/
- Size: 13.7 MB
- Stars: 145
- Watchers: 21
- Forks: 31
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JSHint integration for the Eclipse IDE
======================================
[](http://travis-ci.org/eclipsesource/jshint-eclipse)
[JSHint](http://www.jshint.com/about/) is a popular, community-driven tool to detect
errors and potential problems in JavaScript code. This project integrates JSHint into
the Eclipse IDE. It automatically validates \*.js files and adds warning markers for
every problem found by JSHint.
Please see the [project page](http://github.eclipsesource.com/jshint-eclipse/)
for details on features and usage. ([Published on Eclipse Marketplace]())
Requirements
------------
Eclipse 3.6 (Helios) or newer.
JSHint included
---------------
A [recent version](https://github.com/eclipsesource/jshint-eclipse/tree/master/bundles/com.eclipsesource.jshint/src/com/jshint) of JSHint is included.
Installation
------------
Install from this Eclipse update site: http://github.eclipsesource.com/jshint-eclipse/updates/
License
-------
The code is published under the terms of the [Eclipse Public License, version 1.0](http://www.eclipse.org/legal/epl-v10.html).
Includes code from [jshint](https://github.com/jshint/jshint/), which is published under the terms of the MIT license with the addition "The Software shall be used for Good, not Evil."