From d14d47cd1d0896758c6ba7ca559bbf84f8bb1650 Mon Sep 17 00:00:00 2001 From: Felix Furtmayr Date: Tue, 12 Sep 2017 13:04:41 +0200 Subject: [PATCH] add "globalstrict" --- jshint.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jshint.md b/jshint.md index dcf9f6190..c95943313 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)