jshint-eclipse
jshint-eclipse copied to clipboard
JSHint integration for the Eclipse IDE
Would it be possible to use an Java `ExecutionService` in `JSHintBuilderVisitor` to enable multi-threaded checking of JS files? We use a LOT of JS files and the slowest part in...
[](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...
For some reason http://github.eclipsesource.com/jshint-eclipse/updates/ is getting me an error:  > No repository found at https://github.eclipsesource.com/jshint-eclipse/updates/. EDIT: Tried both with **http** and **https**
I've tried setting esversion to every values through 6 to 9, eclipse always say is not valid. I know jshint is working because if I change esversion to 3 it...
JSHint is relatively computationally expensive and most developer computers have multiple cores. JSHint currently runs in a single thread but it should take advantage of all cores.
The problem is for large files and sometimes other files, like minified files, the JSHint algorithm will run for a very long time. In the profiler it appears to be...
Hi all, I'm trying to suppress the messages like "'let' is available in ES6...". I placed the following content in .jshintrc in the project root (near .project): ``` { "esversion":...
In my eclipse GUI I current get told I have 52 JSHint problems, when I then run JSHint through CLI on the code I get told I have 358 problems....
Dears, I just downloaded the code and trying to JHint.java by passing the file name with absolute path as parameter I am receiving the below exception: org.mozilla.javascript.EvaluatorException: missing name after...