From f6d4b9025150c29d9a52f8d6b6f3e63da0df5ffe Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 12 Sep 2017 20:31:29 +0800 Subject: [PATCH] Update jshint.md --- jshint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshint.md b/jshint.md index c95943313..1067df9b6 100644 --- a/jshint.md +++ b/jshint.md @@ -40,7 +40,7 @@ Enable these options to *not* throw errors in these conditions. /* jshint sub: true */ process.env['name_here'] - /* jshint globalstrict: true*/ + /* jshint globalstrict: true */ "use strict"; ### [Enforcing](http://www.jshint.com/docs/options/#enforcing-options)