New posts in jslint

Empty functions in Javascript

Why does JSHint argue against bitwise operators? How should I express this code?

Adobe Brackets disable jslint but allow jshint

Prevent JSHint warning that 'functionName is defined but never used'

How can I check JavaScript code for syntax errors ONLY from the command line?

JSlint: unexpected 'for' [duplicate]

Dealing with duplicate declaration warning for loop variables

How to get "should.be.false" syntax pass jslint?

How to fix "foo is not defined" error reported by JSlint? [duplicate]

JSLint reports unexpected use of '&' and '|' -- I'd like to clean this

Is there a working JSLint Eclipse plug-in?

Why does JSLint complain about "Unexpected 'else' after 'return'"?

Why were the new JSLint errors "use spaces, not tabs" and "unsafe character" introduced?

Is it bad practice to use the same variable name in multiple for-loops?

JSLint reports "Insecure ^" for my regex -- what does that mean?

JSLint reports "Unexpected dangling" character in an underscore prefixed variable name

What is the correct way to check if a global variable exists?

Don't make functions within a loop [duplicate]

JSLint error: "Move the invocation into the parens that contain the function"

JSLint: Using a function before it's defined error