We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5af95 commit 8eac7b3Copy full SHA for 8eac7b3
1 file changed
packages/cli/commands/rules.ts
@@ -1,11 +1,7 @@
1
import { confirm } from "@inquirer/prompts";
2
import chalk from "chalk";
3
import { Command } from "commander";
4
-import {
5
- mkdir,
6
- readFile,
7
- writeFile,
8
-} from "node:fs/promises";
+import { mkdir, readFile, writeFile } from "node:fs/promises";
9
import { dirname, join, relative } from "node:path";
10
import ora from "ora";
11
0 commit comments