Skip to content

Commit 5a3fa1a

Browse files
committed
style(openclaw): alphabetize node:fs imports per biome
Signed-off-by: Cody Faust <cody@luminarysol.com>
1 parent 5aadf57 commit 5a3fa1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/openclaw/commands/skills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { existsSync, readFileSync, readdirSync } from "node:fs"
1+
import { existsSync, readdirSync, readFileSync } from "node:fs"
22
import { dirname, resolve } from "node:path"
33
import { fileURLToPath } from "node:url"
44
import type { OpenClawPluginApi } from "openclaw/plugin-sdk/plugin-entry"

0 commit comments

Comments
 (0)