UNPKG

eslint-plugin-mdx

Version:
8 lines (7 loc) 279 B
export * from './helpers.js'; export * from './options.js'; export { createRemarkProcessor } from './remark.js'; export type * from './types.js'; export declare const processors: { remark: import("eslint").Linter.Processor<string | import("eslint").Linter.ProcessorFile>; };