export interface PluginLintChecksGeneratorSchema {
  projectName: string;
  skipFormat?: boolean;
}
