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 (3 loc) 193 B
import { type Tree } from '@nx/devkit'; export default function rewriteInternalSubpathImports(tree: Tree): Promise<void>; export declare function rewriteSubpathImports(source: string): string;