fix: apply fix from eslint

This commit is contained in:
JellyBrick
2025-09-05 22:43:34 +09:00
parent 23013cddb9
commit 68e63f809c
58 changed files with 137 additions and 116 deletions

View File

@ -39,10 +39,10 @@ export type RendererPluginLifecycle<Config, Context, This> =
| RendererPluginLifecycleExtra<Config, Context, This>;
export enum Platform {
Windows = 1 << 0,
macOS = 1 << 1,
Linux = 1 << 2,
Freebsd = 1 << 3
Windows = 1 << 0,
macOS = 1 << 1,
Linux = 1 << 2,
Freebsd = 1 << 3,
}
export interface PluginDef<