From b7e6572743ceb90bbdb79241105e95dc1d1270d5 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:01:48 +0000 Subject: [PATCH] style: auto-fix linting issues --- neutralino.config.dev.json | 14 +++++++++++++- neutralino.config.json | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/neutralino.config.dev.json b/neutralino.config.dev.json index 668e94a..27e468b 100644 --- a/neutralino.config.dev.json +++ b/neutralino.config.dev.json @@ -44,5 +44,17 @@ "commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\"" } ], - "nativeAllowList": ["app.*", "window.*", "extensions.*", "events.*", "os.*", "filesystem.*", "debug.*", "storage.*", "computer.*", "clipboard.*", "updater.*"] + "nativeAllowList": [ + "app.*", + "window.*", + "extensions.*", + "events.*", + "os.*", + "filesystem.*", + "debug.*", + "storage.*", + "computer.*", + "clipboard.*", + "updater.*" + ] } diff --git a/neutralino.config.json b/neutralino.config.json index 8a78f77..a8eacea 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -44,5 +44,17 @@ "commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\"" } ], - "nativeAllowList": ["app.*", "window.*", "extensions.*", "events.*", "os.*", "filesystem.*", "debug.*", "storage.*", "computer.*", "clipboard.*", "updater.*"] + "nativeAllowList": [ + "app.*", + "window.*", + "extensions.*", + "events.*", + "os.*", + "filesystem.*", + "debug.*", + "storage.*", + "computer.*", + "clipboard.*", + "updater.*" + ] }