mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
chore(eslint): added new eslint rule (for jsx)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user