UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

9 lines 287 B
import { yarnFixIfAvailable } from "./fix.js"; export async function applyCodeStyle(project) { return { type: "direct-update", log: "style: apply code style", apply: async () => yarnFixIfAvailable(project) }; } //# sourceMappingURL=apply-code-style.js.map