add "globalstrict"

This commit is contained in:
Felix Furtmayr 2017-09-12 13:04:41 +02:00 committed by GitHub
parent 9934b77948
commit d14d47cd1d
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,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)
Enable these options to catch more errors.