import type { RuleConfig } from '../rule-config'; /** * Option. */ export type TemplateCurlySpacingOption = 'always' | 'never'; /** * Options. */ export type TemplateCurlySpacingOptions = [TemplateCurlySpacingOption?]; /** * Require or disallow spacing around embedded expressions of template strings in `