@nx/eslint
Version:
8 lines • 326 B
TypeScript
import { CreateNodes, CreateNodesV2 } from '@nx/devkit';
export interface EslintPluginOptions {
targetName?: string;
extensions?: string[];
}
export declare const createNodesV2: CreateNodesV2<EslintPluginOptions>;
export declare const createNodes: CreateNodes<EslintPluginOptions>;
//# sourceMappingURL=plugin.d.ts.map