mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fix lint errors in build/
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/*global require,__dirname*/
|
||||
|
||||
var gulp = require('gulp');
|
||||
var path = require('path');
|
||||
var rename = require('gulp-rename');
|
||||
var filter = require('gulp-filter');
|
||||
var _ = require('underscore');
|
||||
var es = require('event-stream');
|
||||
|
||||
Reference in New Issue
Block a user