chore: fix linter

This commit is contained in:
Luan
2025-10-12 13:15:56 -03:00
parent 44a5423ae7
commit 7eb062bf49
8 changed files with 171 additions and 167 deletions

View File

@@ -4,8 +4,7 @@ import type { RawNode } from '../types/index.js';
export default class CompositeVideoPrimaryInfo extends YTNode {
static type = 'CompositeVideoPrimaryInfo';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
constructor(data: RawNode) {
constructor(_data: RawNode) {
super();
}
}

View File

@@ -4,7 +4,6 @@ import type { RawNode } from '../../index.js';
export default class MusicMenuItemDivider extends YTNode {
static type = 'MusicMenuItemDivider';
// eslint-disable-next-line
constructor(_data: RawNode) {
super();
// XXX: Should check if this ever has any data.