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

ESLint is a magnificent piece of software that everybody should love /sarcasm

This commit is contained in:
Xantios Krugor 2020-08-03 14:46:48 +02:00
parent 133e1c9085
commit df1f9470e6

View file

@ -3,7 +3,9 @@
import dom from 'dom';
import scrollManager from 'scrollManager';
'use strict';
/* eslint-disable no-unused-expressions */
'use strict';
/* eslint-enable no-unused-expressions */
var scopes = [];
function pushScope(elem) {
@ -476,7 +478,9 @@ import scrollManager from 'scrollManager';
}
}
export default {
/* eslint-enable indent */
export default {
autoFocus: autoFocus,
focus: focus,
focusableParent: focusableParent,
@ -508,4 +512,4 @@ import scrollManager from 'scrollManager';
focusFirst: focusFirst,
focusLast: focusLast,
moveFocus: moveFocus
};
};