export type MarkdownlintConfig = {
    extends?: string;
};
