chore(workspace): add noUncheckedIndexedAccess, remove duplicate tooling (#65)
* chore(workspace): add strict TS flag and remove duplicate tooling
Add noUncheckedIndexedAccess to tsconfig and fix resulting type errors.
Remove per-repo prettier config (root config used). Clean up commitlint
config by removing redundant scope-empty rule.
* fix: restore prettier config for standalone CI compatibility
CI clones repos independently without the workspace root, so each repo
needs its own prettier config.
authored by