forked from imbytecat/fullstack-starter
style: 将 biome lineWidth 从默认 80 调整为 120
This commit is contained in:
@@ -28,8 +28,7 @@ const sidecar = createSidecarRuntime({
|
||||
},
|
||||
})
|
||||
|
||||
const toErrorMessage = (error: unknown): string =>
|
||||
error instanceof Error ? error.message : String(error)
|
||||
const toErrorMessage = (error: unknown): string => (error instanceof Error ? error.message : String(error))
|
||||
|
||||
const canOpenExternally = (url: string): boolean => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user