File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 10
10
// Requirements
11
11
//------------------------------------------------------------------------------
12
12
13
- require ( "shelljs/make" ) ;
14
-
15
13
const checker = require ( "npm-license" ) ,
16
14
ReleaseOps = require ( "eslint-release" ) ,
17
15
dateformat = require ( "dateformat" ) ,
@@ -27,6 +25,7 @@ const checker = require("npm-license"),
27
25
{ CLIEngine } = require ( "./lib/cli-engine" ) ,
28
26
builtinRules = require ( "./lib/rules/index" ) ;
29
27
28
+ require ( "shelljs/make" ) ;
30
29
/* global target -- global.target is declared in `shelljs/make.js` */
31
30
/**
32
31
* global.target = {};
@@ -478,10 +477,6 @@ function getBinFile(command) {
478
477
// Tasks
479
478
//------------------------------------------------------------------------------
480
479
481
- target . all = function ( ) {
482
- target . test ( ) ;
483
- } ;
484
-
485
480
target . lint = function ( [ fix = false ] = [ ] ) {
486
481
let errors = 0 ,
487
482
lastReturn ;
You can’t perform that action at this time.
0 commit comments