UNPKG

@antfu/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

7 lines (5 loc) 106 B
import type { RemarkRule } from './remark'; /** * All Mdx rules. */ export type MdxRules = RemarkRule;