- eslint.config.ts: extend both deprecation rules to also match
ExportNamedDeclaration and ExportAllDeclaration, so 're-export ...
from' can't bypass the warning. Addresses CodeRabbit review.
- scripts/check-frozen-dirs.ts: convert arrow helpers to function
declarations per AGENTS.md style guide.