UNPKG

@softwareventures/maintain-project

Version:

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

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