import { Linter } from '@nrwl/linter'; export interface Schema { pluginName: string; npmPackageName: string; projectDirectory?: string; pluginOutputPath?: string; jestConfig?: string; minimal?: boolean; linter?: Linter; skipFormat?: boolean; rootProject?: boolean; }