jslint
Does it make any sense to use JSLint and follow it? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-16 14:38 分类:问答JavaScript: JSLint throws "Read Only
My code: n开发者_如何转开发ote: the Slider Object is declared but omitted in the snippet below for better readability[详细]
2023-01-15 20:19 分类:问答How do I address the JSLint warning "Do not use 'new' for side effects"?
Why do I get these errors? Problem at line 329 character 60: Do not use \'new\' for side effects. new widget.StyledDropdown(dojo.byId(\"sTitle\"));[详细]
2023-01-15 09:51 分类:问答JSLint "Unsafe character"
I was happily using Douglas Crockford\'s JSLint on Mac OS X and my code passes, but after I got a Ubuntu Hardy Slicehost server and uploaded my code there, the JSLint no longer passes when I try to ru[详细]
2023-01-11 08:02 分类:问答How does JSLint's function-within-a-loop error apply when using jQuery's .each()?
I\'m using a jQuery .each() call, which uses an anonymous function, from inside a for loop. JSLint comes up with the warning \"Don\'t make functions within a loop\".[详细]
2023-01-10 14:57 分类:问答JSLint reports "Insecure ^" for my regex -- what does that mean?
I\'m trying to get my Javascript code 100% JSLint clean. I\'ve got a r开发者_Go百科egular expression:[详细]
2023-01-03 15:45 分类:问答JSLint reports "Unexpected dangling" character in an underscore prefixed variable name
I know that some people consider the presence of a leading underscore to i开发者_C百科mply that a variable is \"private,\" that such privacy is a fiction, and assume this is why JSLint reports such na[详细]
2023-01-03 15:33 分类:问答How to fix jslint error 'Don't make functions within a loop.'?
I am working on making all of our JS code pass through jslint, sometimes with a lot of tweaking with the options to get legacy code pass for now on with the intention to fix it properly later.[详细]
2023-01-03 14:55 分类:问答JSLint Error Report - Whats wrong with this?
I got this error and dont know what could be the cause. Any idea? Problem at line 2127 character 18: Bad for in variable \'sport\'.[详细]
2022-12-31 00:39 分类:问答Is there a working JSLint Eclipse plug-in?
Can anyone point to a functioning JSLint plug-in for Eclips开发者_开发问答e?Use this: In Eclipse, Install New Software to http://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonega[详细]
2022-12-28 21:19 分类:问答
加载中,请稍侯......