commit
6e6e264920
|
@ -40,6 +40,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)
|
||||||
|
|
||||||
Enable these options to catch more errors.
|
Enable these options to catch more errors.
|
||||||
|
|
Loading…
Reference in New Issue