import type { RuleConfig } from '../rule-config'; /** * Option. */ export type FuncCallSpacingOption = | [] | ['never'] | [] | ['always'] | [ 'always', { allowNewlines?: boolean; }, ]; /** * Options. */ export type FuncCallSpacingOptions = FuncCallSpacingOption; /** * Require or disallow spacing between function identifiers and their invocations in `