UNPKG

@nx/eslint

Version:

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

4 lines 274 B
import type { Linter } from 'eslint'; export declare function updateFiles(override: Linter.ConfigOverride<Linter.RulesRecord>): Linter.ConfigOverride<Linter.RulesRecord>; export declare function mapFilePath(filePath: string): string; //# sourceMappingURL=path-utils.d.ts.map