UNPKG

@o3r/eslint-config-otter

Version:

Recommended eslint configuration for Otter project

11 lines 382 B
import { Rule } from '@angular-devkit/schematics'; /** * Add or update the Linter configuration * @param options @see RuleFactory.options * @param options.projectName * @param rootPath @see RuleFactory.rootPath */ export declare function updateLinterConfigs(options: { projectName?: string | null | undefined; }, rootPath: string): Rule; //# sourceMappingURL=index.d.ts.map