UNPKG

@antfu/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

7 lines (5 loc) 139 B
import type { SpellCheckerRule } from './spell-checker'; /** * All Spellcheck rules. */ export type SpellcheckRules = SpellCheckerRule;