mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 13:01:42 +03:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import JSON5 from "json5";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { parseFrontmatterBlock } from "./frontmatter.js";
|
||||
|
||||
describe("parseFrontmatterBlock", () => {
|
||||
|
||||
+1
-2
@@ -1,7 +1,6 @@
|
||||
import MarkdownIt from "markdown-it";
|
||||
|
||||
import { chunkText } from "../auto-reply/chunk.js";
|
||||
import type { MarkdownTableMode } from "../config/types.base.js";
|
||||
import { chunkText } from "../auto-reply/chunk.js";
|
||||
|
||||
type ListState = {
|
||||
type: "bullet" | "ordered";
|
||||
|
||||
Reference in New Issue
Block a user