Update dprint, don't force multiline imports for imports of single name (#58038)

This commit is contained in:
Jake Bailey
2024-04-02 10:58:16 -07:00
committed by GitHub
parent 66f5be9c0e
commit 4cedfe40b0
205 changed files with 388 additions and 1156 deletions

View File

@@ -1,11 +1,7 @@
import {
CancelError,
} from "@esfx/canceltoken";
import { CancelError } from "@esfx/canceltoken";
import assert from "assert";
import chalk from "chalk";
import {
spawn,
} from "child_process";
import { spawn } from "child_process";
import fs from "fs";
import JSONC from "jsonc-parser";
import which from "which";