export async function precondition({readPkg, assert}) {
    const pkgjson = await readPkg();
    assert(pkgjson.xo?.ignores !== undefined);
}