mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix ESLint breakage
This commit is contained in:
parent
cdb9b29203
commit
f58f54815c
4 changed files with 30 additions and 22 deletions
|
@ -95,6 +95,8 @@ import layoutManager from "layoutManager";
|
|||
return focusedElement;
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
||||
export default {
|
||||
isEnabled: isEnabled,
|
||||
enable: enable,
|
||||
|
|
|
@ -1854,6 +1854,8 @@ import 'programStyles';
|
|||
}
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
||||
export default {
|
||||
getCardsHtml: getCardsHtml,
|
||||
getDefaultBackgroundClass: getDefaultBackgroundClass,
|
||||
|
|
|
@ -262,6 +262,8 @@
|
|||
return _transitionEvent;
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
||||
export default {
|
||||
parentWithAttribute: parentWithAttribute,
|
||||
parentWithClass: parentWithClass,
|
||||
|
|
|
@ -544,6 +544,8 @@ import layoutManager from "layoutManager";
|
|||
}, {capture: true});
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
||||
export default {
|
||||
isEnabled: isEnabled,
|
||||
scrollTo: scrollTo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue