@angular-eslint/schematics
Version:
Angular Schematics for angular-eslint
11 lines • 422 B
TypeScript
import type { Rule } from '@angular-devkit/schematics';
import type { Schema } from './schema';
export declare const FIXED_ESLINT_V8_VERSION = "8.57.1";
export declare const FIXED_TYPESCRIPT_ESLINT_V7_VERSION = "7.11.0";
/**
* Entry point for the ng-add schematic.
*
* @param options Configuration options passed to the schematic.
*/
export default function (options: Schema): Rule;
//# sourceMappingURL=index.d.ts.map