mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 22:15:18 -05:00
Update dprint, don't force multiline imports for imports of single name (#58038)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import chalk from "chalk";
|
||||
import {
|
||||
readFileSync,
|
||||
} from "fs";
|
||||
import {
|
||||
join,
|
||||
} from "path";
|
||||
import { readFileSync } from "fs";
|
||||
import { join } from "path";
|
||||
import playwright from "playwright";
|
||||
|
||||
// Turning this on will leave the Chromium browser open, giving you the
|
||||
|
||||
Reference in New Issue
Block a user