UNPKG

@nx/eslint-plugin

Version:

The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.

5 lines (4 loc) 324 B
import type { PackageJson } from 'nx/src/utils/package-json'; export declare function getAllDependencies(packageJson: PackageJson): Record<string, string>; export declare function getProductionDependencies(packageJson: PackageJson): Record<string, string>; export declare function getPackageJson(path: string): PackageJson;