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 330 B
import { GeneratorCallback, Tree } from '@nx/devkit'; export interface LintWorkspaceRuleGeneratorOptions { name: string; directory: string; } export declare function lintWorkspaceRuleGenerator(tree: Tree, options: LintWorkspaceRuleGeneratorOptions): Promise<GeneratorCallback>; //# sourceMappingURL=workspace-rule.d.ts.map