UNPKG

@nx/eslint

Version:

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

8 lines (7 loc) 230 B
import { type Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertToInferred(tree: Tree, options: Schema): Promise<void>; export default convertToInferred;