UNPKG

348 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3/**
4 * Update the .eslintrc file of the project if it exists.
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function updateEslintrcJson(tree: Tree, schema: NormalizedSchema, project: ProjectConfiguration): void;