export interface Schema0 {
  ignore?: string[];
  preventAllMultiAsteriskBlocks?: boolean;
}

export type NoBadBlocksRuleOptions = [Schema0?];
