UNPKG

@nx/eslint

Version:

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

3 lines (2 loc) 102 B
import { Tree } from '@nx/devkit'; export declare function getEslintTargets(tree: Tree): Set<string>;