UNPKG

@code-pushup/eslint-plugin

Version:

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

3 lines (2 loc) • 154 B
import type { ProjectGraph } from '@nx/devkit'; export declare function filterProjectGraph(projectGraph: ProjectGraph, exclude?: string[]): ProjectGraph;