Similar, but not the same as, How to enable ECMAScript \"use strict\" globally?
I have bought JavaScript Patterns and it recommends enabling use strict. Adding it to the
JSLint is suddenly reporting: Use the function form of "use strict"
(function () { "use strict"; // put all of your strict code here }());