UNPKG

@softwareventures/maintain-project

Version:

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

5 lines 211 B
import { updateLintFixScript } from "./update-lint-fix-script.js"; export async function updateFixScript(project) { return updateLintFixScript(project, "fix"); } //# sourceMappingURL=update-fix-script.js.map