UNPKG

@angular-eslint/schematics

Version:
13 lines 514 B
import type { Rule } from '@angular-devkit/schematics'; /** * We are able to use the full, unaltered Schema directly from @schematics/angular * The applicable json file is copied from node_modules as a prebuiid step to ensure * they stay in sync. */ import type { Schema as AngularSchema } from '@schematics/angular/library/schema'; interface Schema extends AngularSchema { setParserOptionsProject?: boolean; } export default function (options: Schema): Rule; export {}; //# sourceMappingURL=index.d.ts.map