Skip to content

Commit d2f09cc

Browse files
committed
Remove useless eslint- comments
1 parent fa62144 commit d2f09cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/src/Component/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ export function proxifyComponent(component: Component): Component {
579579

580580
set(target: Component, property: string, value: any): boolean {
581581
if (property in target) {
582-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
583582
// @ts-ignore Ignoring potentially setting private properties
584583
target[property as keyof typeof target] = value;
585584

0 commit comments

Comments
 (0)