13-Jan-2026 — Dynamic-content and Eslint: 2 fixes #103
eslint: prohibit typeof checks in favor of es-toolkit type guards (#103)
- Add ESLint rules to catch typeof comparisons and enforce use of isString(), isNumber(), isObject(), isUndefined(), isBoolean() from es-toolkit/compat
- Fix existing typeof violations across frontend and server codebase
- Refactor eslint.config.ts to eliminate rule duplication