mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use typescript eslint parser for all files
This commit is contained in:
parent
2badabb661
commit
8041167473
6 changed files with 13 additions and 136 deletions
|
@ -300,7 +300,6 @@ let selectedNodeId;
|
|||
$(document).on('itemsaved', '.metadataEditorPage', function (e, item) {
|
||||
updateEditorNode(this, item);
|
||||
}).on('pagebeforeshow', '.metadataEditorPage', function () {
|
||||
/* eslint-disable-next-line @babel/no-unused-expressions */
|
||||
import('../styles/metadataeditor.scss');
|
||||
}).on('pagebeforeshow', '.metadataEditorPage', function () {
|
||||
const page = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue