diff --git a/jshint.md b/jshint.md index dcf9f6190..e3cff8699 100644 --- a/jshint.md +++ b/jshint.md @@ -39,6 +39,9 @@ Enable these options to *not* throw errors in these conditions. /* jshint sub: true */ process.env['name_here'] + + /* jshint globalstrict: true */ + "use strict"; ### [Enforcing](http://www.jshint.com/docs/options/#enforcing-options)