UNPKG

@o3r/eslint-config-otter

Version:

Recommended eslint configuration for Otter project

8 lines 286 B
import { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Add Otter eslint-config to an Angular Project * @param options */ export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map