Skip to content

Commit 8eac7b3

Browse files
committed
style: fix formatting
1 parent aa5af95 commit 8eac7b3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/cli/commands/rules.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import { confirm } from "@inquirer/prompts";
22
import chalk from "chalk";
33
import { Command } from "commander";
4-
import {
5-
mkdir,
6-
readFile,
7-
writeFile,
8-
} from "node:fs/promises";
4+
import { mkdir, readFile, writeFile } from "node:fs/promises";
95
import { dirname, join, relative } from "node:path";
106
import ora from "ora";
117

0 commit comments

Comments
 (0)