Description:
The codebase has some inconsistent formatting due to different coding styles. Updating ESLint rules will ensure a uniform style across all contributions.
Proposed Fix:
- Align ESLint config with Electron’s official style guide.
- Enforce consistent imports, indentation, and spacing.
- Add a pre-commit hook to automatically format code before committing.
Impact:
This will make the codebase cleaner, more readable, and easier to review.