Re: workign jshitn plugins for 8.0.2
markiewb <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
File an issue at the github page of the plugin! I am sure that the author of the plugin can solve your problem. Best regards, markiewb ----- Ursprungligt meddelande ----- Från: "mauro" <[email protected]> Skickat: 29.10.2015 16:21 Till: "[email protected]" <[email protected]> Ämne: [nbdev] workign jshitn plugins for 8.0.2 there is currently only one that is listed for 8.0 http://plugins.netbeans.org/plugin/57838/jshint-for-netbeans (other one doesn't support annotations in the ide itself). However when starting ide you get: Code: org.mozilla.javascript.json.JsonParser$ParseException: Unexpected token in object literal at org.mozilla.javascript.json.JsonParser.readObject(JsonParser.java:131) at org.mozilla.javascript.json.JsonParser.readValue(JsonParser.java:58) at org.mozilla.javascript.json.JsonParser.parseValue(JsonParser.java:44) at lukazitnik.jshint.JSHint.getConfig(JSHint.java:117) [catch] at lukazitnik.jshint.JSHint.lint(JSHint.java:56) at lukazitnik.jshint.annotations.LintingThread.run(LintingThread.java:39) IS anyoen aware of any alternatives that work in 8.0.2 and support annotations + .jshintrc file.