Task
Apply consistent code formatting across the entire codebase and fix all linting violations.
Scope
- Run prettier/eslint/rustfmt across all source files
- Fix all linting errors and warnings
- Add pre-commit hooks for formatting
- Update .editorconfig if needed
Acceptance Criteria
- Zero linting errors
- Consistent code style throughout
- Pre-commit hooks prevent formatting issues
Task
Apply consistent code formatting across the entire codebase and fix all linting violations.
Scope
Acceptance Criteria