import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface DotNotationOption { allowKeywords?: boolean; allowPattern?: string; } /** * Options. */ export type DotNotationOptions = [DotNotationOption?]; /** * Enforce dot notation whenever possible in `