style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-02-20 14:01:48 +00:00 committed by github-actions[bot]
parent 9d120c2f05
commit b7e6572743
2 changed files with 26 additions and 2 deletions

View file

@ -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.*"
]
}

View file

@ -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.*"
]
}