UNPKG

@angular-eslint/schematics

Version:
8 lines 250 B
import type { Rule } from '@angular-devkit/schematics'; interface Schema { project?: string; setParserOptionsProject?: boolean; } export default function addESLintToProject(schema: Schema): Rule; export {}; //# sourceMappingURL=index.d.ts.map