From 6671d880868f57ab177c2889ac73b25112c0dd47 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 12 Sep 2017 20:31:44 +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 1067df9b6..e3cff8699 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)