mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: fix linter
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user