import type { ESLintMdxSettings } from 'eslint-plugin-mdx';

/**
 * MDX settings.
 */
export type MdxSettings = ESLintMdxSettings;
