UNPKG

@naturalcycles/ktlint

Version:

ktlint, conveniently published to npm registry

6 lines (5 loc) 195 B
import { runCommandSafe } from './exec.util.js'; import { ktlintPath } from './paths.js'; export async function ktlintAll(args = ['-F'], opt) { await runCommandSafe(ktlintPath, args, opt); }