UNPKG

@nx/eslint

Version:

The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.

5 lines 347 B
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