chore: bump eslint to v9

This commit is contained in:
Luan
2024-08-22 15:43:59 -03:00
parent f9ccba4af5
commit c14a687e65
20 changed files with 329 additions and 523 deletions

View File

@@ -8,7 +8,7 @@ export default class InfoRow extends YTNode {
title: Text;
default_metadata?: Text;
expanded_metadata?: Text;
info_row_expand_status_key?: String;
info_row_expand_status_key?: string;
constructor(data: RawNode) {
super();