web: Format imports.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
import { spawnSync } from "node:child_process";
|
||||
import { readFileSync, statSync } from "node:fs";
|
||||
import path from "node:path";
|
||||
|
||||
/**
|
||||
* @file Lit Localize build script.
|
||||
*
|
||||
@ -13,9 +17,6 @@
|
||||
* @import { Stats } from "fs";
|
||||
*/
|
||||
import { PackageRoot } from "#paths/node";
|
||||
import { spawnSync } from "node:child_process";
|
||||
import { readFileSync, statSync } from "node:fs";
|
||||
import path from "node:path";
|
||||
|
||||
/**
|
||||
* @type {ConfigFile}
|
||||
|
||||
Reference in New Issue
Block a user