UNPKG

@nx/eslint

Version:

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

7 lines (6 loc) 288 B
import { Tree } from '@nx/devkit'; export interface LintWorkspaceRuleGeneratorOptions { name: string; directory: string; } export declare function lintWorkspaceRuleGenerator(tree: Tree, options: LintWorkspaceRuleGeneratorOptions): Promise<import("@nx/devkit").GeneratorCallback>;