import type { RuleConfig } from '../rule-config'; /** * Option. */ export type BlockSpacingOption = 'always' | 'never'; /** * Options. */ export type BlockSpacingOptions = [BlockSpacingOption?]; /** * Disallow or enforce spaces inside of blocks after opening block and before closing block in `