export interface PresetGeneratorSchema {
  lints: boolean;
}
