File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9898 "postinstall" : " node ./node_modules/vscode/bin/install" ,
9999 "vscode:prepublish" : " npm run compile" ,
100100 "vsce:package" : " vsce package" ,
101- "vsce:publish" : " vsce publish"
101+ "vsce:publish" : " vsce publish" ,
102+ "lint" : " eslint ." ,
103+ "lint:fix" : " eslint --fix ."
102104 },
103105 "devDependencies" : {
104106 "@types/bluebird" : " ^3.5.19" ,
Original file line number Diff line number Diff line change 1010// to report the results back to the caller. When the tests are finished, return
1111// a possible error to the callback or null if none.
1212
13- let testRunner = require ( "vscode/lib/testrunner" ) ;
13+ const testRunner = require ( "vscode/lib/testrunner" ) ;
1414
1515// You can directly control Mocha options by uncommenting the following lines
1616// See https://github.com/mochajs/mocha/wiki/Using-mocha-programmatically#set-options for more info
You can’t perform that action at this time.
0 commit comments