fix: lint issue

This commit is contained in:
George He
2023-12-13 11:20:37 +08:00
parent f6cc1c12e2
commit 920a4c00dc

View File

@@ -236,6 +236,7 @@ export class PropertyList<T extends Property> {
}
// TODO: value is not used as its usage is unknown
// eslint-disable-next-line @typescript-eslint/no-unused-vars
has(item: T, _value: any) {
return this.indexOf(item) >= 0;
}