mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
manual changes for no-var eslint rule
This commit is contained in:
parent
3374114a37
commit
237e8ddc4c
8 changed files with 13 additions and 12 deletions
|
@ -2,6 +2,7 @@
|
|||
* and will be replaced soon by a Vue component.
|
||||
*/
|
||||
|
||||
/* eslint-disable no-var */
|
||||
import browser from 'browser';
|
||||
import dom from 'dom';
|
||||
import 'css!./navdrawer';
|
||||
|
@ -355,3 +356,4 @@ export default function (options) {
|
|||
|
||||
return new TouchMenuLA();
|
||||
}
|
||||
/* eslint-enable no-var */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue