Update jshint config, fix weird jshint bug with BundleManager

This commit is contained in:
Shawn Biddle 2017-02-06 11:54:01 -05:00
parent 4c947aca0a
commit 1fd651a881
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"node": true,
"esnext": true
"esversion": 6
}

View file

@ -1,3 +1,4 @@
/*jshint node: true, esversion: 6 */
'use strict';
const fs = require('fs'),