chore: move frontend pre-commit config to repo root
Problem
frontend/.pre-commit-config.yaml is inside the frontend folder but both pre-commit configs should live at the root level for visibility and consistency.
Solution
- Move
frontend/.pre-commit-config.yaml→.pre-commit-config-frontend.yaml(root) - Delete
frontend/.pre-commit-config.yaml