Eng-council sweep: export hygiene, dead code, helper dedup, declare vega-expression

This commit is contained in:
2026-06-12 19:39:54 +03:00
parent f26ac66633
commit 0e225d7d5c
26 changed files with 89 additions and 98 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
import stringify from 'json-stringify-pretty-compact';
/** Width budget before an array/object wraps onto multiple lines. */
export const DEFAULT_MAX_LINE = 80;
const DEFAULT_MAX_LINE = 80;
/** Default indent (spaces) — matches the editor's default tab size (spec §07). */
const DEFAULT_INDENT = 2;