import type { RuleConfig } from '../rule-config'; /** * Config. */ export interface ScriptIndentConfig { baseIndent?: number; switchCase?: number; ignores?: string[]; } /** * Option. */ export type ScriptIndentOption = number | 'tab'; /** * Options. */ export type ScriptIndentOptions = [ScriptIndentOption?, ScriptIndentConfig?]; /** * Enforce consistent indentation in `