We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093c33d commit bda0f67Copy full SHA for bda0f67
packages/jupyterlab-lsp/src/virtual/editor.ts
@@ -253,4 +253,5 @@ export abstract class VirtualEditor implements CodeMirror.Editor {
253
}
254
255
256
-export interface VirtualEditor extends CodeMirror.Editor {} // eslint-disable-line @typescript-eslint/interface-name-prefix
+// eslint-disable-next-line @typescript-eslint/interface-name-prefix
257
+export interface VirtualEditor extends CodeMirror.Editor {}
0 commit comments