style: lint

This commit is contained in:
手瓜一十雪
2025-02-02 20:17:28 +08:00
parent d626f872e6
commit ac193cc94a
135 changed files with 529 additions and 529 deletions

View File

@@ -1,4 +1,4 @@
import { GeneralCallResult } from "./common";
import { GeneralCallResult } from './common';
export interface NodeIKernelMSFService {
getServerTime(): string;

View File

@@ -1,4 +1,4 @@
import { NodeIO3MiscListener } from "@/core/listeners/NodeIO3MiscListener";
import { NodeIO3MiscListener } from '@/core/listeners/NodeIO3MiscListener';
export interface NodeIO3MiscService {
get(): NodeIO3MiscService;