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

fix new linting rules

This commit is contained in:
dkanada 2020-04-09 00:36:44 +09:00
parent 4fe7f0db97
commit fae913c221
3 changed files with 24 additions and 18 deletions

View file

@ -72,7 +72,9 @@ import browser from 'browser';
}
}
/* eslint-enable indent */
export default {
getDeviceIcon: getDeviceIcon,
getLibraryIcon: getLibraryIcon
}
};

View file

@ -130,6 +130,8 @@ import events from 'events';
return appStorage.getItem(getKey(name, userId));
}
/* eslint-enable indent */
export default {
enableAutoLogin: enableAutoLogin,
enableSystemExternalPlayers: enableSystemExternalPlayers,
@ -143,4 +145,4 @@ import events from 'events';
runAtStartup: runAtStartup,
set: set,
get: get
}
};

View file

@ -249,3 +249,5 @@ import events from 'events';
export function getFilter(key) {
return this.get(key, true);
}
/* eslint-enable indent */