Skip to content

Commit 5923e8f

Browse files
committed
Silences bogus lint error
1 parent 7eb7a4a commit 5923e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/system/comparers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { TextEditor, Uri } from 'vscode';
22

3+
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
34
abstract class Comparer<T> {
45
abstract equals(lhs: T, rhs: T): boolean;
56
}

0 commit comments

Comments
 (0)