File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
"clean:lib" : " rimraf lib tsconfig.tsbuildinfo" ,
43
43
"clean:lintcache" : " rimraf .eslintcache .stylelintcache" ,
44
44
"eslint" : " jlpm eslint:check --fix" ,
45
- "eslint:check" : " eslint . --cache --ext .ts,.tsx" ,
45
+ "eslint:check" : " eslint src --cache --ext .ts,.tsx" ,
46
46
"install:extension" : " jlpm build" ,
47
47
"lint" : " jlpm stylelint && jlpm prettier && jlpm eslint" ,
48
48
"lint:check" : " jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ const sidecarPlugin: JupyterFrontEndPlugin<void> = {
34
34
w . addClass ( 'jp-LinkedOutputView' ) ;
35
35
w . title . label = this . model . get ( 'title' ) ;
36
36
w . title . closable = true ;
37
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
37
38
// @ts -ignore
38
39
app . shell . _rightHandler . sideBar . tabCloseRequested . connect (
39
40
( sender : any , tab : any ) => {
You can’t perform that action at this time.
0 commit comments