style: auto-fix linting issues
This commit is contained in:
parent
9d120c2f05
commit
b7e6572743
2 changed files with 26 additions and 2 deletions
|
|
@ -44,5 +44,17 @@
|
||||||
"commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\""
|
"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.*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,5 +44,17 @@
|
||||||
"commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\""
|
"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.*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue