Update jshint.md

This commit is contained in:
Rico Sta. Cruz 2017-09-12 20:31:29 +08:00 committed by GitHub
parent d14d47cd1d
commit f6d4b90251
1 changed files with 1 additions and 1 deletions

View File

@ -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)