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 7eb7a4a commit 5923e8fCopy full SHA for 5923e8f
src/system/comparers.ts
@@ -1,5 +1,6 @@
1
import type { TextEditor, Uri } from 'vscode';
2
3
+// eslint-disable-next-line @typescript-eslint/no-extraneous-class
4
abstract class Comparer<T> {
5
abstract equals(lhs: T, rhs: T): boolean;
6
}
0 commit comments