1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Use typescript eslint parser for all files

This commit is contained in:
Bill Thornton 2023-05-02 15:51:46 -04:00
parent 2badabb661
commit 8041167473
6 changed files with 13 additions and 136 deletions

View file

@ -202,7 +202,6 @@ export function enable() {
function attachGamepadScript() {
console.log('Gamepad connected! Attaching gamepadtokey.js script');
window.removeEventListener('gamepadconnected', attachGamepadScript);
/* eslint-disable-next-line @babel/no-unused-expressions */
import('./gamepadtokey');
}