UNPKG

@bomb.sh/tools

Version:

The internal dev, build, and lint CLI for Bombshell projects

7 lines (6 loc) 207 B
import { CommandContext } from "../context.mjs"; //#region src/commands/lint.d.ts declare function lint(ctx: CommandContext): Promise<void>; //#endregion export { lint }; //# sourceMappingURL=lint.d.mts.map