There is a new version of my Widget Tester Widget at http://tinyurl.com/5unocx . This incorporates the 30 August, 2008 version of JSLint. The update has also...
... [cut] ... I modified my code conventions. Before I wrote for the inner functions var my_function = function () { ... } Now, modifying the code complaining...
I am trying to use the command-line version of JSLint on an HTML file and it is failing with this error. Lint at line 28 character 1: Unexpected '@'. @import...
Hey guys, At RWE, I got the idea after hearing Douglas' talk on the Good Parts to use AdSafe and JSLint for a new (poorly considered in my opinion but I don't...
I've been exprimenting with mixing jslint and the dojo editor to make syntax checking script editor. I've noticed that something in jslint seems to conflict...
... Please let me know if you find out what it is. If it is failing on the dojo side, then it is likely a dojo problem that is triggered by something that...
... make ... when ... the ... The culprit appears to be here: (line 497 of fulljslint.hs) Object.prototype.union = function (o) { var n; for (n in o) if...
... I hope Dojo fixes it. It should be more resilient. The fix is easy. Have them contact me if they have trouble. ... You don't need permission. Everything...
JSLint can now check CSS files. CSS files are required to have this as the first line: @charset "UTF-8"; JSLint's CSS checking is not yet complete, but it will...
First thing I noticed checking a CSS file... CSS comments aren't recognized. I had this style block: @charset "UTF-8"; body { margin: 0; background: #F2F2F2...
... error. JSLint will reject comments within {} because of security concerns. The error messages will get better. ... Thanks. That's the kind of advice I'll...
It would be nice (I can dream, can I) to have a list of browser-specific hacks, like # and _ prefix with suggestions on how to substitute those with better...
... // jslint.js // 2008-09-18 JSLint Function Report for fulljslint.js Fri, 19 Sep 2008 08:15:46 GMT Error: Problem at line 92 character 13: Expected an...
Using Jaxer (http://www.aptana.com), a Ajax server, it is possible insert in the html page tags as <jaxer:include ... Linting the page, JSLint displays ...
I have a code snippet containing: ... if (!(contents instanceof HTMLElement)) { ... Of course JSLint says 'HTMLElement' is undefined. Same message with browser...
Hi, I just discovered jslint and it is *great*. Thank you, thank you, thank you! Yes, it did hurt my feelings... but in a good way, except for one case. I...
... André, I've found that most authoritative, standard references for C, C++, Java, JavaScript, etc., show case statements NOT to be indented relative to the...
In my external JS file, I use the following code: document.getElementById('element').innerHTML = object.property; I receive both of the follower errors from JS...