Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,8 +17,6 @@ | ||
under the License. | ||
*/ | ||
|
||
/* jshint quotmark:false */ | ||
|
||
var events = require('./events'); | ||
var Q = require('q'); | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -13,7 +13,6 @@ | ||
* under the License. | ||
* | ||
*/ | ||
/* jshint sub:true */ | ||
|
||
var path = require('path'); | ||
var ConfigFile = require('./ConfigFile'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -13,7 +13,6 @@ | ||
* under the License. | ||
* | ||
*/ | ||
/* jshint sub:true */ | ||
|
||
var _ = require('underscore'); | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,8 +17,6 @@ | ||
under the License. | ||
*/ | ||
|
||
/* jshint proto:true */ | ||
|
||
var path = require('path'); | ||
|
||
/** | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,8 +17,6 @@ | ||
under the License. | ||
*/ | ||
|
||
/* jshint sub:true, laxcomma:true, laxbreak:true */ | ||
|
||
var fs = require('fs-extra'); | ||
var path = require('path'); | ||
var PluginInfo = require('./PluginInfo'); | ||