import type { RuleConfig } from '../rule-config'; /** * Option. */ export type DotLocationOption = 'object' | 'property'; /** * Options. */ export type DotLocationOptions = [DotLocationOption?]; /** * Enforce consistent newlines before and after dots in `