eslint-plugin-mdx
Version:
ESLint Plugin for MDX
10 lines (9 loc) • 367 B
TypeScript
/**
* based on @link https://github.com/sveltejs/eslint-plugin-svelte3/blob/master/src/processor_options.js
*/
import type { Linter } from 'eslint';
import type { ProcessorOptions } from './types';
export declare const processorOptions: ProcessorOptions;
export interface LinterConfig extends Linter.Config {
extractConfig?(filename?: string): Linter.Config;
}