Clean linter errors in src/ directory
Created by: devin-ai-integration[bot]
Clean linter errors in src/ directory
Summary
Ran prettier on all files in the src/ directory to fix code formatting issues. This PR contains only whitespace/indentation changes (tabs vs spaces, line breaks) with no logic modifications.
Changes:
- 65 files reformatted
- 2,084 insertions, 1,848 deletions (all formatting)
- All existing tests pass (3/3)
Review & Testing Checklist for Human
-
Spot-check 2-3 reformatted files to verify formatting looks correct (especially files with high rewrite percentages like src/lib/admin/autoSave.svelte.ts) -
Run the dev server locally and verify the app loads without errors -
Test a basic admin workflow (e.g., edit a project or post) to ensure no accidental breakage
Notes
-
Pre-existing issue: There's an ESLint configuration error (
Cannot find package '@eslint/js') that was not addressed in this PR as it's a package/setup issue outside the scope of formatting fixes - All changes are purely cosmetic (indentation, spacing, line breaks)
- Tests passed locally before creating this PR
Devin Session: https://app.devin.ai/sessions/660fe5f8038044309565c6deb02a2da1
Requested by: Justin Edmund (@jedmund)