UNPKG

eslint-plugin-mdx

Version:
9 lines (8 loc) 252 B
import type { Linter } from 'eslint'; export * from './helpers.js'; export * from './options.js'; export { createRemarkProcessor } from './remark.js'; export type * from './types.js'; export declare const processors: { remark: Linter.Processor; };