From dda92bd41f4bee11e2cc5de265ce4fbf5221f1ff Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Sep 2023 13:10:36 +0200 Subject: autoformat with eslint --- webAO/ui.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/ui.js') diff --git a/webAO/ui.js b/webAO/ui.js index dc3c342..f82688c 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -1,3 +1,4 @@ +/* eslint indent: ["error", 2, { "SwitchCase": 1 }] */ /* eslint no-param-reassign: ["error", { "props": true, "ignorePropertyModificationsFor": ["container"] }] */ import { GoldenLayout } from 'golden-layout'; -- cgit