UNPKG

eslint-plugin-mdx

Version:
7 lines (6 loc) 284 B
import type * as ESLint from 'eslint'; import type { ProcessorOptions } from './types.js'; export declare const processorOptions: ProcessorOptions; export interface LinterConfig extends ESLint.Linter.LegacyConfig { extractConfig?(filename?: string): ESLint.Linter.LegacyConfig; }