diff --git a/jslint.html b/jslint.html index f34d1cd8f..d264c401c 100644 --- a/jslint.html +++ b/jslint.html @@ -287,23 +287,24 @@
Tolerate...
bitwise operators
-
continue
+
Google Closure
+
continue
debugger statements
== and !=
ES5 syntax
eval
-
unfiltered for in
Tolerate... +
unfiltered for in
uncapitalized constructors
dangling _ in identifiers
++ and --
. and [^ ... ] in /RegExp/
misordered definitions
unused parameters
-
missing 'use strict' pragma
Tolerate... +
missing 'use strict' pragma
stupidity
inefficient subscripting
TODO comments
diff --git a/lint.html b/lint.html index 5b416dd21..7b3809e66 100644 --- a/lint.html +++ b/lint.html @@ -505,6 +505,11 @@

Options

true if the standard browser globals should be predefined. (more) + + Tolerate Google Closure idioms + closure + true if Google Closure annotations should be allowed. + Tolerate continue continue