Merge pull request #59 from RAPIDFACTURE/patch-1

add "globalstrict"
This commit is contained in:
Rico Sta. Cruz 2017-09-12 20:31:52 +08:00 committed by GitHub
commit 6e6e264920
1 changed files with 3 additions and 0 deletions

View File

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