Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 81b92fe

Browse files
committed
fix(cli): lint
1 parent 89ab3f5 commit 81b92fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import {
1919
writeFileSync,
2020
} from "fs";
2121
import { resolve } from "path";
22-
import type { RehooksConfig } from "~/schema/config.schema";
2322

23+
import type { RehooksConfig } from "~/schema/config.schema";
2424
import { checkReactVersion } from "~/utils/checker";
2525
import { getConfig, getTsConfig } from "~/utils/config";
2626
import { DIR_PLACEHOLDER, SRC_DIR_PLACEHOLDER } from "~/utils/constants";

0 commit comments

Comments
 (0)