chore(eslint): added new eslint rule (for jsx)

This commit is contained in:
JellyBrick
2025-09-06 04:51:31 +09:00
parent 4d83bd587d
commit 10384b6c4c
26 changed files with 177 additions and 166 deletions

View File

@ -1,5 +1,6 @@
// This is used for to control the songs
import { type BrowserWindow, ipcMain } from 'electron';
import { LikeType } from '@/types/datahost-get-state';
// see protocol-handler.ts

View File

@ -1,7 +1,8 @@
import { singleton } from './decorators';
import type { YoutubePlayer } from '@/types/youtube-player';
import { LikeType, type GetState } from '@/types/datahost-get-state';
import type { YoutubePlayer } from '@/types/youtube-player';
import type {
AlbumDetails,
PlayerOverlays,