@nx/eslint
Version:
5 lines • 347 B
TypeScript
import { type Tree } from '@nx/devkit';
export declare function getInstalledPackageVersion(pkgName: string, tree?: Tree): string | null;
export declare function getInstalledEslintVersion(tree?: Tree): string | null;
export declare function getTypeScriptEslintVersionToInstall(tree: Tree): string | null;
//# sourceMappingURL=version-utils.d.ts.map