import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface NoEmptyPatternOption { allowObjectPatternsAsParameters?: boolean; } /** * Options. */ export type NoEmptyPatternOptions = [NoEmptyPatternOption?]; /** * Disallow empty destructuring patterns in `