From 5fc20f9dd53fe4d32be08d538782baa47c67853c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Sep 2023 11:52:34 +0200 Subject: make eslint a lot happier --- webAO/ui.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'webAO/ui.js') diff --git a/webAO/ui.js b/webAO/ui.js index 0baad1d..69d4905 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -1,6 +1,4 @@ -/* eslint indent: ["error", 2] */ - -import { GoldenLayout } from "golden-layout"; +import { GoldenLayout } from 'golden-layout'; const config = { settings: { @@ -73,5 +71,4 @@ golden.registerComponentFactoryFunction('template', (container, componentState) // TODO: support multiple locales // container.setTitle(document.querySelector(`#${componentState.id} meta[name='frame-title']`).getAttribute("content")); }); -golden.loadLayout(config) - +golden.loadLayout(config); -- cgit