UNPKG

@code-pushup/eslint-plugin

Version:

Code PushUp plugin for detecting problems in source code using ESLint.📋

4 lines (3 loc) • 273 B
import type { ProjectConfiguration, ProjectGraph } from '@nx/devkit'; import type { ESLintTarget } from '../config.js'; export declare function nxProjectsToConfig(projectGraph: ProjectGraph, predicate?: (project: ProjectConfiguration) => boolean): Promise<ESLintTarget[]>;