add "globalstrict"
This commit is contained in:
parent
9934b77948
commit
d14d47cd1d
|
@ -39,6 +39,9 @@ Enable these options to *not* throw errors in these conditions.
|
||||||
|
|
||||||
/* jshint sub: true */
|
/* jshint sub: true */
|
||||||
process.env['name_here']
|
process.env['name_here']
|
||||||
|
|
||||||
|
/* jshint globalstrict: true*/
|
||||||
|
"use strict";
|
||||||
|
|
||||||
### [Enforcing](http://www.jshint.com/docs/options/#enforcing-options)
|
### [Enforcing](http://www.jshint.com/docs/options/#enforcing-options)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue