Skip to content

Commit bda0f67

Browse files
committed
move VirtualEditor interface ignore to separate line
1 parent 093c33d commit bda0f67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/jupyterlab-lsp/src/virtual/editor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,5 @@ export abstract class VirtualEditor implements CodeMirror.Editor {
253253
}
254254
}
255255

256-
export interface VirtualEditor extends CodeMirror.Editor {} // eslint-disable-line @typescript-eslint/interface-name-prefix
256+
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
257+
export interface VirtualEditor extends CodeMirror.Editor {}

0 commit comments

Comments
 (0)