File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 98
98
"postinstall" : " node ./node_modules/vscode/bin/install" ,
99
99
"vscode:prepublish" : " npm run compile" ,
100
100
"vsce:package" : " vsce package" ,
101
- "vsce:publish" : " vsce publish"
101
+ "vsce:publish" : " vsce publish" ,
102
+ "lint" : " eslint ." ,
103
+ "lint:fix" : " eslint --fix ."
102
104
},
103
105
"devDependencies" : {
104
106
"@types/bluebird" : " ^3.5.19" ,
Original file line number Diff line number Diff line change 10
10
// to report the results back to the caller. When the tests are finished, return
11
11
// a possible error to the callback or null if none.
12
12
13
- let testRunner = require ( "vscode/lib/testrunner" ) ;
13
+ const testRunner = require ( "vscode/lib/testrunner" ) ;
14
14
15
15
// You can directly control Mocha options by uncommenting the following lines
16
16
// 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