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 dom from 'dom';
import scrollManager from 'scrollManager'; import scrollManager from 'scrollManager';
/* eslint-disable no-unused-expressions */
'use strict'; 'use strict';
/* eslint-enable no-unused-expressions */
var scopes = []; var scopes = [];
function pushScope(elem) { function pushScope(elem) {
@ -476,6 +478,8 @@ import scrollManager from 'scrollManager';
} }
} }
/* eslint-enable indent */
export default { export default {
autoFocus: autoFocus, autoFocus: autoFocus,
focus: focus, focus: focus,