UNPKG

@react-hookz/eslint-config

Version:

eslint configuration files used in @react-hookz projects

9 lines (6 loc) 133 B
import * as mdx from 'eslint-plugin-mdx'; /** @type {Linter.Config[]} */ const mdConfig = [ mdx.flat, ]; export default mdConfig;